mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
c9ca75e2cb
Since the output list for mavgen is dynamic, in the sense that we don't have the information of what files will be generated by the task, that is not captured by default by waf and post_run can't save the task signature for those files. Although that doesn't cause build errors, the build time increase significantly for when tasks that use the generate files are included (for example, vehicles builds). This patch search for the headers that were created by the task and set the task signature for them. Using ant_glob isn't a very good solution, since there may be stray file in the local build directory, but let's use that for now until we find a better approach. |
||
---|---|---|
.. | ||
APM2_2560_bootloader | ||
APM_radio_test | ||
ArduPilotMega_demo | ||
ArdupilotMegaPlanner | ||
ardupilotwaf | ||
ArduPPM | ||
autotest | ||
CHDK-Scripts | ||
CodeStyle | ||
CPUInfo | ||
Failsafe | ||
FlightGear | ||
Frame_params | ||
GIT_Test | ||
gittools | ||
Hello | ||
Linux_HAL_Essentials | ||
LogAnalyzer | ||
PPM_decoding | ||
PXF | ||
Replay | ||
scripts | ||
SerialProxy | ||
vagrant | ||
Xplane |