mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-23 04:45:37 +08:00
[build] build sim in parallel
and remove obsolete jsbsim target
This commit is contained in:
+2
-5
@@ -236,11 +236,8 @@ $(SETTINGS_TELEMETRY) : $(PERIODIC_H)
|
||||
%.upload: %.compile
|
||||
cd $(AIRBORNE); $(MAKE) TARGET=$* upload
|
||||
|
||||
jsbsim jsbsim.compile: jsbsim.ac_h print_version
|
||||
cd $(AIRBORNE); $(MAKE) TARGET=jsbsim ARCHI=jsbsim ARCH=jsbsim all
|
||||
|
||||
sim sim.compile: sim.ac_h print_version
|
||||
cd $(AIRBORNE); $(MAKE) TARGET=sim ARCHI=sim ARCH=sim all
|
||||
sim sim.compile: sim.ac_h | print_version
|
||||
cd $(AIRBORNE); $(MAKE) -j$(NPROCS) TARGET=sim ARCHI=sim ARCH=sim all
|
||||
|
||||
# Rules for backward compatibility (old guys are used to !)
|
||||
fbw : fbw.compile
|
||||
|
||||
Reference in New Issue
Block a user