scripts: use px4-clean for all binaries targets

This commit is contained in:
Andrew Tridgell 2015-11-05 16:38:48 +11:00
parent 49799257ea
commit 6bad33c922

View File

@ -343,9 +343,11 @@ build_antennatracker() {
}
# make sure PX4 is rebuilt from scratch
pushd ArduPlane
make px4-clean || exit 1
popd
for d in ArduPlane ArduCopter APMrover2 AntennaTracker; do
pushd $d
make px4-clean || exit 1
popd
done
for build in stable beta latest; do
build_arduplane $build