mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 02:17:07 +08:00
Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -98,11 +98,11 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -98,11 +98,11 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -98,11 +98,11 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -101,12 +101,12 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
|
||||
@@ -103,12 +103,12 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
|
||||
@@ -115,11 +115,11 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -98,12 +98,12 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
|
||||
@@ -99,11 +99,11 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -100,11 +100,11 @@ clean_tests:
|
||||
@$(MAKE) -C tests TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV) clean
|
||||
|
||||
clean: clean_tests
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -51,7 +51,7 @@ $(BIN): $(OBJS)
|
||||
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(BIN))
|
||||
$(call DELFILE, $(BIN))
|
||||
$(call CLEAN)
|
||||
|
||||
install:
|
||||
|
||||
@@ -51,7 +51,7 @@ $(BIN): $(OBJS)
|
||||
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(BIN))
|
||||
$(call DELFILE, $(BIN))
|
||||
$(call CLEAN)
|
||||
|
||||
install:
|
||||
|
||||
@@ -105,10 +105,10 @@ endif
|
||||
# $(Q) $(LD) $(LDELFFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(BIN1))
|
||||
$(call DELFILE $(BIN2))
|
||||
$(call DELFILE $(BIN3))
|
||||
$(call DELFILE $(BIN4))
|
||||
$(call DELFILE, $(BIN1))
|
||||
$(call DELFILE, $(BIN2))
|
||||
$(call DELFILE, $(BIN3))
|
||||
$(call DELFILE, $(BIN4))
|
||||
$(call CLEAN)
|
||||
|
||||
install: $(ALL_BIN)
|
||||
|
||||
@@ -51,7 +51,7 @@ $(BIN): $(OBJS)
|
||||
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(BIN))
|
||||
$(call DELFILE, $(BIN))
|
||||
$(call CLEAN)
|
||||
|
||||
install:
|
||||
|
||||
@@ -51,7 +51,7 @@ $(BIN): $(OBJS)
|
||||
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(BIN))
|
||||
$(call DELFILE, $(BIN))
|
||||
$(call CLEAN)
|
||||
|
||||
install:
|
||||
|
||||
@@ -51,7 +51,7 @@ $(BIN): $(OBJS)
|
||||
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(BIN))
|
||||
$(call DELFILE, $(BIN))
|
||||
$(call CLEAN)
|
||||
|
||||
install:
|
||||
|
||||
@@ -51,7 +51,7 @@ $(BIN): $(OBJS)
|
||||
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(BIN))
|
||||
$(call DELFILE, $(BIN))
|
||||
$(call CLEAN)
|
||||
|
||||
install:
|
||||
|
||||
@@ -52,7 +52,7 @@ $(BIN): $(OBJS)
|
||||
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(BIN))
|
||||
$(call DELFILE, $(BIN))
|
||||
$(call CLEAN)
|
||||
|
||||
install:
|
||||
|
||||
@@ -51,7 +51,7 @@ $(BIN): $(OBJS)
|
||||
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(BIN))
|
||||
$(call DELFILE, $(BIN))
|
||||
$(call CLEAN)
|
||||
|
||||
install:
|
||||
|
||||
@@ -98,12 +98,12 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE .context)
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, .context)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -94,11 +94,11 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -98,11 +98,11 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -115,11 +115,11 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -86,11 +86,11 @@ context:
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -86,11 +86,11 @@ context:
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -96,11 +96,11 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -98,11 +98,11 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -86,11 +86,11 @@ context:
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -98,11 +98,11 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -86,11 +86,11 @@ context:
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -131,13 +131,13 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(HOST_BIN))
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, $(HOST_BIN))
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
|
||||
@@ -86,11 +86,11 @@ context:
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -86,11 +86,11 @@ context:
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -101,11 +101,11 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -86,11 +86,11 @@ context:
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -86,11 +86,11 @@ context:
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -91,11 +91,11 @@ context:
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -70,10 +70,10 @@ $(BIN): $(BIN).r2
|
||||
$(Q) $(LDNXFLAT) $(LDNXFLATFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(BIN))
|
||||
$(call DELFILE $(R2SRC))
|
||||
$(call DELFILE *.r1)
|
||||
$(call DELFILE *.r2)
|
||||
$(call DELFILE, $(BIN))
|
||||
$(call DELFILE, $(R2SRC))
|
||||
$(call DELFILE, *.r1)
|
||||
$(call DELFILE, *.r2)
|
||||
$(call CLEAN)
|
||||
|
||||
install:
|
||||
|
||||
@@ -163,16 +163,16 @@ $(BIN3): $(BIN3).r2
|
||||
# $(LDNXFLAT) $(LDNXFLATFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(BIN1))
|
||||
$(call DELFILE $(BIN2))
|
||||
$(call DELFILE $(BIN3))
|
||||
$(call DELFILE $(BIN4))
|
||||
$(call DELFILE $(R2SRC1))
|
||||
$(call DELFILE $(R2SRC2))
|
||||
$(call DELFILE $(R2SRC3))
|
||||
$(call DELFILE $(R2SRC4))
|
||||
$(call DELFILE *.r1)
|
||||
$(call DELFILE *.r2)
|
||||
$(call DELFILE, $(BIN1))
|
||||
$(call DELFILE, $(BIN2))
|
||||
$(call DELFILE, $(BIN3))
|
||||
$(call DELFILE, $(BIN4))
|
||||
$(call DELFILE, $(R2SRC1))
|
||||
$(call DELFILE, $(R2SRC2))
|
||||
$(call DELFILE, $(R2SRC3))
|
||||
$(call DELFILE, $(R2SRC4))
|
||||
$(call DELFILE, *.r1)
|
||||
$(call DELFILE, *.r2)
|
||||
$(call CLEAN)
|
||||
|
||||
install: $(ALL_BIN)
|
||||
|
||||
@@ -70,10 +70,10 @@ $(BIN): $(BIN).r2
|
||||
$(Q) $(LDNXFLAT) $(LDNXFLATFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(BIN))
|
||||
$(call DELFILE $(R2SRC))
|
||||
$(call DELFILE *.r1)
|
||||
$(call DELFILE *.r2)
|
||||
$(call DELFILE, $(BIN))
|
||||
$(call DELFILE, $(R2SRC))
|
||||
$(call DELFILE, *.r1)
|
||||
$(call DELFILE, *.r2)
|
||||
$(call CLEAN)
|
||||
|
||||
install:
|
||||
|
||||
@@ -70,10 +70,10 @@ $(BIN): $(BIN).r2
|
||||
$(Q) $(LDNXFLAT) $(LDNXFLATFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(BIN))
|
||||
$(call DELFILE $(R2SRC))
|
||||
$(call DELFILE *.r1)
|
||||
$(call DELFILE *.r2)
|
||||
$(call DELFILE, $(BIN))
|
||||
$(call DELFILE, $(R2SRC))
|
||||
$(call DELFILE, *.r1)
|
||||
$(call DELFILE, *.r2)
|
||||
$(call CLEAN)
|
||||
|
||||
install:
|
||||
|
||||
@@ -70,10 +70,10 @@ $(BIN): $(BIN).r2
|
||||
$(Q) $(LDNXFLAT) $(LDNXFLATFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(BIN))
|
||||
$(call DELFILE $(R2SRC))
|
||||
$(call DELFILE *.r1)
|
||||
$(call DELFILE *.r2)
|
||||
$(call DELFILE, $(BIN))
|
||||
$(call DELFILE, $(R2SRC))
|
||||
$(call DELFILE, *.r1)
|
||||
$(call DELFILE, *.r2)
|
||||
$(call CLEAN)
|
||||
|
||||
install:
|
||||
|
||||
@@ -71,10 +71,10 @@ $(BIN): $(BIN).r2
|
||||
$(Q) $(LDNXFLAT) $(LDNXFLATFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(BIN))
|
||||
$(call DELFILE $(R2SRC))
|
||||
$(call DELFILE *.r1)
|
||||
$(call DELFILE *.r2)
|
||||
$(call DELFILE, $(BIN))
|
||||
$(call DELFILE, $(R2SRC))
|
||||
$(call DELFILE, *.r1)
|
||||
$(call DELFILE, *.r2)
|
||||
$(call CLEAN)
|
||||
|
||||
install:
|
||||
|
||||
@@ -70,10 +70,10 @@ $(BIN): $(BIN).r2
|
||||
$(Q) $(LDNXFLAT) $(LDNXFLATFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(BIN))
|
||||
$(call DELFILE $(R2SRC))
|
||||
$(call DELFILE *.r1)
|
||||
$(call DELFILE *.r2)
|
||||
$(call DELFILE, $(BIN))
|
||||
$(call DELFILE, $(R2SRC))
|
||||
$(call DELFILE, *.r1)
|
||||
$(call DELFILE, *.r2)
|
||||
$(call CLEAN)
|
||||
|
||||
install:
|
||||
|
||||
@@ -72,10 +72,10 @@ $(BIN): $(BIN).r2
|
||||
$(Q) $(LDNXFLAT) $(LDNXFLATFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(BIN))
|
||||
$(call DELFILE $(R2SRC))
|
||||
$(call DELFILE *.r1)
|
||||
$(call DELFILE *.r2)
|
||||
$(call DELFILE, $(BIN))
|
||||
$(call DELFILE, $(R2SRC))
|
||||
$(call DELFILE, *.r1)
|
||||
$(call DELFILE, *.r2)
|
||||
$(call CLEAN)
|
||||
|
||||
install:
|
||||
|
||||
@@ -70,10 +70,10 @@ $(BIN): $(BIN).r2
|
||||
$(Q) $(LDNXFLAT) $(LDNXFLATFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(call DELFILE $(BIN))
|
||||
$(call DELFILE $(R2SRC))
|
||||
$(call DELFILE *.r1)
|
||||
$(call DELFILE *.r2)
|
||||
$(call DELFILE, $(BIN))
|
||||
$(call DELFILE, $(R2SRC))
|
||||
$(call DELFILE, *.r1)
|
||||
$(call DELFILE, *.r2)
|
||||
$(call CLEAN)
|
||||
|
||||
install:
|
||||
|
||||
@@ -98,11 +98,11 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -98,11 +98,11 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -98,11 +98,11 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -102,11 +102,11 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
@@ -142,11 +142,11 @@ context: .context
|
||||
depend: .depend
|
||||
|
||||
clean:
|
||||
$(call DELFILE .built)
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE Make.dep)
|
||||
$(call DELFILE .depend)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user