Scripts: removed 'make configure'

This commit is contained in:
Andrew Tridgell 2015-05-21 10:11:53 +10:00
parent 64ace3c0c1
commit 332fdbbbea
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@ set -x
echo "Testing ArduPlane build"
pushd ArduPlane
make configure
for b in all apm2 sitl linux; do
pwd
make clean

View File

@ -66,7 +66,6 @@ build_devrelease() {
}
mkdir -p $SUBDIR || return 1
make configure || return 1
make px4-clean || return 1
make clean || return 1
make "$make_target" || return 1