build: fixed build_all_px4.sh for new PX4 build

This commit is contained in:
Andrew Tridgell 2013-05-10 09:40:29 +10:00
parent ad9d3360da
commit 5296e858b6
1 changed files with 1 additions and 10 deletions

View File

@ -12,6 +12,7 @@ echo "Testing ArduPlane build"
pushd ArduPlane pushd ArduPlane
make px4-clean make px4-clean
make px4 make px4
make px4-io
popd popd
echo "Testing ArduCopter build" echo "Testing ArduCopter build"
@ -26,14 +27,4 @@ make px4-clean
make px4 make px4
popd popd
echo "Testing PX4IO build"
pushd "$PX4_ROOT"
make clean
make configure_px4io
make
make clean
make configure_px4fmu
popd
exit 0 exit 0