mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 22:17:01 +08:00
Moving aside the current conf/conf.xml so that the example conf.xml can be copied in place and used to build against.
This commit is contained in:
@@ -267,9 +267,13 @@ ab_clean:
|
||||
|
||||
test_all_example_airframes2: test_all_example_airframes
|
||||
|
||||
test_all_example_airframes:
|
||||
test_all_example_airframes: replace_current_conf_xml
|
||||
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 || exit 1; done
|
||||
|
||||
replace_current_conf_xml:
|
||||
mv conf/conf.xml conf/conf.xml.backup.`date +%Y%m%d-%H%M%s`
|
||||
cp conf/conf.xml.example conf/conf.xml
|
||||
|
||||
commands: paparazzi sw/simulator/launchsitl
|
||||
|
||||
paparazzi:
|
||||
|
||||
Reference in New Issue
Block a user