fix 'argument list too long' error in mkdep
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 31 Aug 2005 12:06:32 +0000 (12:06 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 31 Aug 2005 12:06:32 +0000 (12:06 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1807 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/linux-2.4/patches/generic/209-mkdep_fix.patch [new file with mode: 0644]

diff --git a/target/linux/linux-2.4/patches/generic/209-mkdep_fix.patch b/target/linux/linux-2.4/patches/generic/209-mkdep_fix.patch
new file mode 100644 (file)
index 0000000..c1e18a0
--- /dev/null
@@ -0,0 +1,11 @@
+--- linux.old/Rules.make       2005-08-31 00:37:34.363109288 +0200
++++ linux.dev/Rules.make       2005-08-31 13:59:20.140676296 +0200
+@@ -126,7 +126,7 @@
+ # This make dependencies quickly
+ #
+ fastdep: dummy
+-      $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- $(wildcard *.[chS]) > .depend
++      find -name '*.[chS]' | xargs $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- > .depend
+ ifdef ALL_SUB_DIRS
+       $(MAKE) $(patsubst %,_sfdep_%,$(ALL_SUB_DIRS)) _FASTDEP_ALL_SUB_DIRS="$(ALL_SUB_DIRS)"
+ endif
This page took 0.02771 seconds and 4 git commands to generate.