summaryrefslogtreecommitdiff
path: root/patches/linux/2.6.7/120-linux-2.6.8-noshared-kconfig.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-10 21:40:23 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-10 21:40:23 (GMT)
commit7a0e770be1f1ed93323edfe93bd0a326c6ad886c (patch)
tree00207b691365b0b884c4713510aa236514dcf8cf /patches/linux/2.6.7/120-linux-2.6.8-noshared-kconfig.patch
parenta3c9e9bacf9023dc6f6bde467925a4a60e06e8b3 (diff)
Remove the now really obsolete Linux kernel headers copy and sanitised.
Remove orphanned Linux kernel patchsets. Initiate a kernel build scripts directory. Move the Linux kernel build script there. /trunk/scripts/build/kernel/linux.sh | 146 11 135 0 +++--------------------------------------- /trunk/scripts/crosstool.sh | 2 1 1 0 /trunk/steps.mk | 1 0 1 0 - /trunk/config/kernel/linux.in | 49 0 49 0 -------------- /trunk/config/kernel.in | 4 4 0 0 + 5 files changed, 16 insertions(+), 186 deletions(-)
Diffstat (limited to 'patches/linux/2.6.7/120-linux-2.6.8-noshared-kconfig.patch')
-rw-r--r--patches/linux/2.6.7/120-linux-2.6.8-noshared-kconfig.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/patches/linux/2.6.7/120-linux-2.6.8-noshared-kconfig.patch b/patches/linux/2.6.7/120-linux-2.6.8-noshared-kconfig.patch
deleted file mode 100644
index 326cdcd..0000000
--- a/patches/linux/2.6.7/120-linux-2.6.8-noshared-kconfig.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Lets you run 'make oldconfig' and 'make menuconfig' on systems
-where shared libraries aren't easy. (There's no harm in using the
-static version of libkconfig.)
-Idea mentioned by Bertrand Marquis, but this patch is a bit simpler than his.
-
-
---- linux-2.6.8.1/scripts/kconfig/Makefile.old 2004-09-09 20:30:25.000000000 -0700
-+++ linux-2.6.8.1/scripts/kconfig/Makefile 2004-09-09 20:47:51.000000000 -0700
-@@ -68,8 +68,8 @@
- libkconfig-objs := zconf.tab.o
-
- host-progs := conf mconf qconf gconf
--conf-objs := conf.o libkconfig.so
--mconf-objs := mconf.o libkconfig.so
-+conf-objs := conf.o $(libkconfig-objs)
-+mconf-objs := mconf.o $(libkconfig-objs)
-
- ifeq ($(MAKECMDGOALS),xconfig)
- qconf-target := 1
-@@ -88,7 +88,7 @@
- gconf-objs := gconf.o kconfig_load.o
- endif
-
--clean-files := libkconfig.so lkc_defs.h qconf.moc .tmp_qtcheck \
-+clean-files := $(libkconfig-objs) lkc_defs.h qconf.moc .tmp_qtcheck \
- .tmp_gtkcheck zconf.tab.c zconf.tab.h lex.zconf.c
-
- # generated files seem to need this to find local include files