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:
patacongo
2012-11-20 15:47:41 +00:00
parent 6833671f0c
commit f552862bb5
222 changed files with 760 additions and 760 deletions
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+1 -1
View File
@@ -51,7 +51,7 @@ $(BIN): $(OBJS)
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
clean:
$(call DELFILE $(BIN))
$(call DELFILE, $(BIN))
$(call CLEAN)
install:
+1 -1
View File
@@ -51,7 +51,7 @@ $(BIN): $(OBJS)
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
clean:
$(call DELFILE $(BIN))
$(call DELFILE, $(BIN))
$(call CLEAN)
install:
+4 -4
View File
@@ -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)
+1 -1
View File
@@ -51,7 +51,7 @@ $(BIN): $(OBJS)
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
clean:
$(call DELFILE $(BIN))
$(call DELFILE, $(BIN))
$(call CLEAN)
install:
+1 -1
View File
@@ -51,7 +51,7 @@ $(BIN): $(OBJS)
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
clean:
$(call DELFILE $(BIN))
$(call DELFILE, $(BIN))
$(call CLEAN)
install:
+1 -1
View File
@@ -51,7 +51,7 @@ $(BIN): $(OBJS)
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
clean:
$(call DELFILE $(BIN))
$(call DELFILE, $(BIN))
$(call CLEAN)
install:
+1 -1
View File
@@ -51,7 +51,7 @@ $(BIN): $(OBJS)
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
clean:
$(call DELFILE $(BIN))
$(call DELFILE, $(BIN))
$(call CLEAN)
install:
+1 -1
View File
@@ -52,7 +52,7 @@ $(BIN): $(OBJS)
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
clean:
$(call DELFILE $(BIN))
$(call DELFILE, $(BIN))
$(call CLEAN)
install:
+1 -1
View File
@@ -51,7 +51,7 @@ $(BIN): $(OBJS)
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
clean:
$(call DELFILE $(BIN))
$(call DELFILE, $(BIN))
$(call CLEAN)
install:
+4 -4
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+4 -4
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+4 -4
View File
@@ -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:
+10 -10
View File
@@ -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)
+4 -4
View File
@@ -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:
+4 -4
View File
@@ -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:
+4 -4
View File
@@ -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:
+4 -4
View File
@@ -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:
+4 -4
View File
@@ -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:
+4 -4
View File
@@ -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:
+4 -4
View File
@@ -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:
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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