mkdep has got itself a new feature, but the makefiles haven't
been updated.

We're getting zero-length .depend files.

I assume something like this was intended:



--- linux-2.4.3-pre1/Makefile   Sat Mar  3 20:52:23 2001
+++ linux-akpm/Makefile Sun Mar  4 05:13:01 2001
@@ -440,8 +440,8 @@
        find . -type f -print | sort | xargs sum > .SUMS
 
 dep-files: scripts/mkdep archdep include/linux/version.h
-       scripts/mkdep init/*.c > .depend
-       scripts/mkdep `find $(FINDHPATH) -name SCCS -prune -o -follow -name \*.h ! 
-name modversions.h -print` > .hdepend
+       scripts/mkdep -- init/*.c > .depend
+       scripts/mkdep -- `find $(FINDHPATH) -name SCCS -prune -o -follow -name \*.h ! 
+-name modversions.h -print` > .hdepend
        $(MAKE) $(patsubst %,_sfdep_%,$(SUBDIRS)) _FASTDEP_ALL_SUB_DIRS="$(SUBDIRS)"
 ifdef CONFIG_MODVERSIONS
        $(MAKE) update-modverfile
--- linux-2.4.3-pre1/Rules.make Sat Dec 30 09:07:19 2000
+++ linux-akpm/Rules.make       Sun Mar  4 05:11:25 2001
@@ -123,7 +123,7 @@
 # This make dependencies quickly
 #
 fastdep: dummy
-       $(TOPDIR)/scripts/mkdep $(wildcard *.[chS] local.h.master) > .depend
+       $(TOPDIR)/scripts/mkdep -- $(wildcard *.[chS] local.h.master) > .depend
 ifdef ALL_SUB_DIRS
        $(MAKE) $(patsubst %,_sfdep_%,$(ALL_SUB_DIRS)) 
_FASTDEP_ALL_SUB_DIRS="$(ALL_SUB_DIRS)"
 endif
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to