mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user