build: cope with config.mk from configure
the HAL_BOARD syntax doesn't work with shell with set -e
This commit is contained in:
parent
4a8c9a7765
commit
639f479c45
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user