summaryrefslogtreecommitdiffstats
path: root/target/linux/linux-2.4/patches/generic/209-mkdep_fix.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-11 21:56:15 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-11 21:56:15 +0000
commit8e6fbc03d1b1688374a9b0ba2892870865f37f05 (patch)
treeafdc7cd043652b254fd2e23d9c38f5c1d5a037e1 /target/linux/linux-2.4/patches/generic/209-mkdep_fix.patch
parent2663cb716873d252ed952b18266d43808f8784df (diff)
move generic kernel build parts out of board support patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2439 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.4/patches/generic/209-mkdep_fix.patch')
-rw-r--r--target/linux/linux-2.4/patches/generic/209-mkdep_fix.patch22
1 files changed, 0 insertions, 22 deletions
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
deleted file mode 100644
index a43d1d2fe..000000000
--- a/target/linux/linux-2.4/patches/generic/209-mkdep_fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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
---- linux-2.4.30/Makefile.old 2005-11-11 14:27:55.878482250 +0100
-+++ linux-2.4.30/Makefile 2005-11-11 14:28:57.926360000 +0100
-@@ -509,7 +509,7 @@
- ifdef CONFIG_MODVERSIONS
- $(MAKE) update-modverfile
- endif
-- scripts/mkdep -- `find $(FINDHPATH) \( -name SCCS -o -name .svn \) -prune -o -follow -name \*.h ! -name modversions.h -print` > .hdepend
-+ find $(FINDHPATH) \( -name SCCS -o -name .svn \) -prune -o -follow -name \*.h ! -name modversions.h -print | xargs scripts/mkdep -- > .hdepend
- scripts/mkdep -- init/*.c > .depend
-
- ifdef CONFIG_MODVERSIONS