Browse Source

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

mission-4.1.18
Grant Morphett 10 years ago committed by Randy Mackay
parent
commit
ccfefac2fe
  1. 4
      Tools/scripts/build_all.sh

4
Tools/scripts/build_all.sh

@ -10,7 +10,7 @@ set -x @@ -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 @@ -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

Loading…
Cancel
Save