mirror of https://github.com/ArduPilot/ardupilot
e94c23e0a1
Accept a 0 exit status, or a status >127 (indicating a signal caused the process to exit) as success. The original intent of ignoring the exit status was that the python executable was segfaulting after successfully building headers. Recently builds have been failing because people have not been doing recursive submodule updates, and the mavlink header generation has failed. Since we are ignoring the error the build rumbles on and fails later with a failed #include. This patch tightens our ignoring of a bad exit status to just signals. Note that the waf build system does the same check. |
||
---|---|---|
.. | ||
PX4 | ||
VRBRAIN | ||
apm.mk | ||
board_linux.mk | ||
board_native.mk | ||
board_px4.mk | ||
board_qflight.mk | ||
board_qurt.mk | ||
board_vrbrain.mk | ||
build_rules.mk | ||
check_modules.sh | ||
configure.mk | ||
environ.mk | ||
find_tools.mk | ||
help.mk | ||
make.inc | ||
mavgen.mk | ||
modules.mk | ||
px4_targets.mk | ||
sketch_sources.mk | ||
targets.mk | ||
upload_firmware.mk | ||
vrbrain_targets.mk |