Browse Source

build: make px4-clean depend on px4-cleandep

mission-4.1.18
Andrew Tridgell 10 years ago
parent
commit
22ce36fc8b
  1. 2
      mk/px4_targets.mk

2
mk/px4_targets.mk

@ -108,7 +108,7 @@ px4-v2: $(BUILDROOT)/make.flags $(PX4_ROOT)/Archives/px4fmu-v2.export $(SKETCHCP @@ -108,7 +108,7 @@ px4-v2: $(BUILDROOT)/make.flags $(PX4_ROOT)/Archives/px4fmu-v2.export $(SKETCHCP
px4: px4-v1 px4-v2
px4-clean: clean px4-archives-clean
px4-clean: clean px4-archives-clean px4-cleandep
$(v) /bin/rm -rf $(PX4_ROOT)/makefiles/build $(PX4_ROOT)/Build
px4-cleandep: clean

Loading…
Cancel
Save