[BusyBox-cvs] busybox Makefile,1.292,1.293 Rules.mak,1.29,1.30

Erik Andersen andersen at busybox.net
Tue Apr 6 14:28:37 UTC 2004


Update of /var/cvs/busybox
In directory nail:/tmp/cvs-serv18358

Modified Files:
	Makefile Rules.mak 
Log Message:
Fix it so usage is _always_ in sync with applets.c.  Previously,
broken depends allowed these to get out of sync.


Index: Rules.mak
===================================================================
RCS file: /var/cvs/busybox/Rules.mak,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- a/Rules.mak	15 Mar 2004 08:28:15 -0000	1.29
+++ b/Rules.mak	6 Apr 2004 14:28:34 -0000	1.30
@@ -192,17 +192,6 @@
 %.o: %.c
 	$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<
 
-ifdef _FASTDEP_ALL_SUB_DIRS
-fastdep: dummy
-	$(TOPDIR)scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- $(wildcard *.[chS]) > .depend
-ifdef ALL_SUB_DIRS
-	$(MAKE) $(patsubst %,_sfdep_%,$(ALL_SUB_DIRS)) _FASTDEP_ALL_SUB_DIRS="$(ALL_SUB_DIRS)"
-endif
-
-$(patsubst %,_sfdep_%,$(_FASTDEP_ALL_SUB_DIRS)):
-	$(MAKE) -C $(patsubst _sfdep_%,%,$@) fastdep
-endif
-
 .PHONY: dummy
 
 

Index: Makefile
===================================================================
RCS file: /var/cvs/busybox/Makefile,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -d -r1.292 -r1.293
--- a/Makefile	6 Apr 2004 11:51:45 -0000	1.292
+++ b/Makefile	6 Apr 2004 14:28:34 -0000	1.293
@@ -141,7 +141,6 @@
 		`find . -name \*.c -print` >> .depend;
 	scripts/mkdep -I include -- \
 		`find . -name \*.h -print` >> .hdepend;
-	$(MAKE) $(patsubst %,_sfdep_%,$(DIRS)) _FASTDEP_ALL_SUB_DIRS="$(DIRS)" ;
 
 depend dep: include/config.h .depend
 




More information about the busybox-cvs mailing list