scripts: use px4-clean for all binaries targets
This commit is contained in:
parent
49799257ea
commit
6bad33c922
@ -343,9 +343,11 @@ build_antennatracker() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# make sure PX4 is rebuilt from scratch
|
# make sure PX4 is rebuilt from scratch
|
||||||
pushd ArduPlane
|
for d in ArduPlane ArduCopter APMrover2 AntennaTracker; do
|
||||||
make px4-clean || exit 1
|
pushd $d
|
||||||
popd
|
make px4-clean || exit 1
|
||||||
|
popd
|
||||||
|
done
|
||||||
|
|
||||||
for build in stable beta latest; do
|
for build in stable beta latest; do
|
||||||
build_arduplane $build
|
build_arduplane $build
|
||||||
|
Loading…
Reference in New Issue
Block a user