mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 03:27:33 +08:00
distclean target update: remove all non-repository files. make all example airframes
This commit is contained in:
@@ -247,9 +247,14 @@ cleanspaces:
|
|||||||
find ./conf -name '*.xml' -exec sed -i {} -e 's/[ \t]*$$//' ';'
|
find ./conf -name '*.xml' -exec sed -i {} -e 's/[ \t]*$$//' ';'
|
||||||
|
|
||||||
distclean : dist_clean
|
distclean : dist_clean
|
||||||
dist_clean : clean
|
dist_clean :
|
||||||
rm -r conf/srtm_data
|
@echo "Warning: This remove all non-repository files. This means you will loose your aircraft list, your maps, your logfiles, ... if you want this, then run: make dist_clean_irirreversible"
|
||||||
rm -r conf/maps_data conf/maps.xml
|
|
||||||
|
dist_clean_irreversible: clean
|
||||||
|
rm -rf conf/srtm_data
|
||||||
|
rm -rf conf/maps_data conf/maps.xml
|
||||||
|
rm -rf conf/conf.xml conf/controlpanel.xml
|
||||||
|
rm -rf var
|
||||||
|
|
||||||
ab_clean:
|
ab_clean:
|
||||||
find sw/airborne -name '*~' -exec rm -f {} \;
|
find sw/airborne -name '*~' -exec rm -f {} \;
|
||||||
@@ -260,6 +265,9 @@ test_all_example_airframes:
|
|||||||
$(MAKE) AIRCRAFT=Tiny_IMU clean_ac ap
|
$(MAKE) AIRCRAFT=Tiny_IMU clean_ac ap
|
||||||
$(MAKE) AIRCRAFT=EasyStar_ETS clean_ac ap sim
|
$(MAKE) AIRCRAFT=EasyStar_ETS clean_ac ap sim
|
||||||
|
|
||||||
|
test_all_example_airframes2: all
|
||||||
|
for ap in `grep name conf/conf.xml.example | sed -e 's/.*name=\"//' | sed -e 's/"//'`; do echo "Making $$ap"; make -C ./ AIRCRAFT=$$ap clean_ac ap.compile; done
|
||||||
|
|
||||||
commands: paparazzi sw/simulator/launchsitl
|
commands: paparazzi sw/simulator/launchsitl
|
||||||
|
|
||||||
paparazzi:
|
paparazzi:
|
||||||
|
|||||||
Reference in New Issue
Block a user