build_all: Remove the all target as it just builds SITL.

This commit is contained in:
Grant Morphett 2015-08-31 18:36:22 +10:00 committed by Randy Mackay
parent 2351e84592
commit ccfefac2fe

View File

@ -10,7 +10,7 @@ set -x
echo "Testing ArduPlane build"
pushd ArduPlane
for b in all sitl linux; do
for b in sitl linux; do
pwd
make clean
make $b -j4
@ -28,7 +28,7 @@ popd
echo "Testing APMRover build"
pushd APMrover2
for b in all sitl linux; do
for b in sitl linux; do
pwd
make clean
make $b -j4