build: cope with config.mk from configure

the HAL_BOARD syntax doesn't work with shell with set -e
This commit is contained in:
Andrew Tridgell 2013-09-04 12:03:54 +10:00
parent 4a8c9a7765
commit 639f479c45
2 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,8 @@
# This helps when doing large merges
# Andrew Tridgell, November 2011
. config.mk
set -e
set -x
@ -43,7 +45,6 @@ for d in $examples; do
popd
done
. config.mk
test -n "$PX4_ROOT" && test -d "$PX4_ROOT" && {
./Tools/scripts/build_all_px4.sh
}

View File

@ -3,11 +3,11 @@
# This helps when doing large merges
# Andrew Tridgell, February 2013
. config.mk
set -e
set -x
. config.mk
echo "Testing ArduPlane build"
pushd ArduPlane
make px4-clean