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
+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
+4 -4
View File
@@ -87,12 +87,12 @@ context:
depend: .depend
clean:
$(call DELFILE .built)
$(call DELFILE, .built)
$(call CLEAN)
distclean: clean
$(call DELFILE Make.dep)
$(call DELFILE .depend)
$(call DELFILE host$(HOSTEXEEXT))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)
$(call DELFILE, host$(HOSTEXEEXT))
-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
@@ -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
@@ -103,13 +103,13 @@ context:
depend: .depend
clean:
$(call DELFILE .built)
$(call DELFILE, .built)
$(call CLEAN)
distclean: clean
$(call DELFILE Make.dep)
$(call DELFILE .depend)
$(call DELFILE testdir.img)
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)
$(call DELFILE, testdir.img)
-include Make.dep
+3 -3
View File
@@ -87,13 +87,13 @@ context:
depend: .depend
clean:
$(call DELFILE .built)
$(call DELFILE, .built)
$(call CLEAN)
@$(MAKE) -f Makefile.host clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
distclean: clean
$(call DELFILE Make.dep)
$(call DELFILE .depend)
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)
-include Make.dep
+2 -2
View File
@@ -71,8 +71,8 @@ $(BIN): headers $(OBJS)
$(HOSTCC) $(HOSTLDFLAGS) $(OBJS) -o $@
clean:
$(call DELFILE $(BIN).*)
$(call DELFILE *.o1)
$(call DELFILE, $(BIN).*)
$(call DELFILE, *.o1)
$(call CLEAN)
@rm -rf include
+3 -3
View File
@@ -87,12 +87,12 @@ 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
@@ -89,13 +89,13 @@ context:
depend: .depend
clean:
$(call DELFILE .built)
$(call DELFILE, .built)
@$(MAKE) -C content clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
$(call CLEAN)
distclean: clean
$(call DELFILE Make.dep)
$(call DELFILE .depend)
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)
-include Make.dep
+2 -2
View File
@@ -98,8 +98,8 @@ $(SYMTAB): build
clean: $(foreach DIR, $(SUBDIRS), $(DIR)_clean)
$(call DELFILE$(ROMFS_HDR))
$(call DELFILE $(ROMFS_IMG))
$(call DELFILE $(SYMTAB))
$(call DELFILE, $(ROMFS_IMG))
$(call DELFILE, $(SYMTAB))
@rm -rf $(ROMFS_DIR)
$(call CLEAN)
+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:
@@ -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:
+6 -6
View File
@@ -98,14 +98,14 @@ context: .context
depend: .depend
clean:
$(call DELFILE .built)
$(call DELFILE result.tif)
$(call DELFILE tmpfile1.dat)
$(call DELFILE tmpfile2.dat)
$(call DELFILE, .built)
$(call DELFILE, result.tif)
$(call DELFILE, tmpfile1.dat)
$(call DELFILE, tmpfile2.dat)
$(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
+5 -5
View File
@@ -116,14 +116,14 @@ context:
depend: .depend
clean:
$(call DELFILE .built)
$(call DELFILE $(TARG_BIN))
$(call DELFILE $(HOST_BIN))
$(call DELFILE, .built)
$(call DELFILE, $(TARG_BIN))
$(call DELFILE, $(HOST_BIN))
$(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
@@ -89,13 +89,13 @@ context:
epend: .depend
clean:
$(call DELFILE .built)
$(call DELFILE httpd_fsdata.c)
$(call DELFILE, .built)
$(call DELFILE, httpd_fsdata.c)
$(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
@@ -85,13 +85,13 @@ context:
depend: .depend
clean:
$(call DELFILE .built)
$(call DELFILE, .built)
$(call CLEAN)
@$(MAKE) -f Makefile.host clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
distclean: clean
$(call DELFILE Make.dep)
$(call DELFILE .depend)
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)
-include Make.dep
+1 -1
View File
@@ -60,5 +60,5 @@ $(BIN): $(SRC)
@$(HOSTCC) $(HOSTCFLAGS) $(DEFINES) $^ -o $@
clean:
$(call DELFILE $(BIN))
$(call DELFILE, $(BIN))
$(call CLEAN)
+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
@@ -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
@@ -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
@@ -86,13 +86,13 @@ context:
depend: .depend
clean:
$(call DELFILE .built)
$(call DELFILE, .built)
$(call CLEAN)
@$(MAKE) -f Makefile.host clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
distclean: clean
$(call DELFILE Make.dep)
$(call DELFILE .depend)
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)
-include Make.dep
+2 -2
View File
@@ -71,8 +71,8 @@ $(BIN): headers $(OBJS)
$(HOSTCC) $(HOSTLDFLAGS) $(OBJS) -o $@
clean:
$(call DELFILE $(BIN).*)
$(call DELFILE *.o1)
$(call DELFILE, $(BIN).*)
$(call DELFILE, *.o1)
$(call CLEAN)
@rm -rf net nuttx
+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
@@ -87,12 +87,12 @@ 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