Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > media > main-testing-src > by-pkgid > 9d5fc56ad3572c2386a616355112d7fd > files > 4

kernel-2.6.27.56-2mnb2.src.rpm

---
 Makefile                 |    8 +++++---
 scripts/kconfig/Makefile |   36 ++++++++++++++++++++++++------------
 2 files changed, 29 insertions(+), 15 deletions(-)

diff -p -up linux-2.6.25/Makefile.orig linux-2.6.25/Makefile
--- linux-2.6.25/Makefile.orig	2008-07-10 19:08:00.000000000 -0300
+++ linux-2.6.25/Makefile	2008-07-10 19:16:13.000000000 -0300
@@ -445,8 +445,9 @@ ifeq ($(KBUILD_EXTMOD),)
 # Carefully list dependencies so we do not try to build scripts twice
 # in parallel
 PHONY += scripts
-scripts: scripts_basic include/config/auto.conf
-	$(Q)$(MAKE) $(build)=$(@)
+#scripts: scripts_basic include/config/auto.conf
+#	$(Q)$(MAKE) $(build)=$(@)
+scripts:
 
 # Objects we will link into vmlinux / subdirs we need to visit
 init-y		:= init/
@@ -935,7 +936,8 @@ prepare0: archprepare FORCE
 	$(Q)$(MAKE) $(build)=. missing-syscalls
 
 # All the preparing..
-prepare: prepare0
+#prepare: prepare0
+prepare:
 
 # Leave this as default for preprocessing vmlinux.lds.S, which is now
 # done in arch/$(ARCH)/kernel/Makefile
diff -p -up linux-2.6.25/scripts/kconfig/Makefile.orig linux-2.6.25/scripts/kconfig/Makefile
--- linux-2.6.25/scripts/kconfig/Makefile.orig	2008-07-10 19:09:07.000000000 -0300
+++ linux-2.6.25/scripts/kconfig/Makefile	2008-07-10 19:12:39.000000000 -0300
@@ -6,23 +6,35 @@ PHONY += oldconfig xconfig gconfig menuc
 
 Kconfig := arch/$(SRCARCH)/Kconfig
 
-xconfig: $(obj)/qconf 3rdparty/Makefile
-	$< $(Kconfig)
+#xconfig: $(obj)/qconf 3rdparty/Makefile
+#	$< $(Kconfig)
 
-gconfig: $(obj)/gconf 3rdparty/Makefile
-	$< $(Kconfig)
+#gconfig: $(obj)/gconf 3rdparty/Makefile
+#	$< $(Kconfig)
 
-menuconfig: $(obj)/mconf 3rdparty/Makefile
-	$< $(Kconfig)
+#menuconfig: $(obj)/mconf 3rdparty/Makefile
+#	$< $(Kconfig)
 
-config: $(obj)/conf 3rdparty/Makefile
-	$< $(Kconfig)
+#config: $(obj)/conf 3rdparty/Makefile
+#	$< $(Kconfig)
 
-oldconfig: $(obj)/conf 3rdparty/Makefile
-	$< -o $(Kconfig)
+#oldconfig: $(obj)/conf 3rdparty/Makefile
+#	$< -o $(Kconfig)
 
-silentoldconfig: $(obj)/conf 3rdparty/Makefile
-	$< -s $(Kconfig)
+#silentoldconfig: $(obj)/conf 3rdparty/Makefile
+#	$< -s $(Kconfig)
+
+xconfig:
+
+gconfig:
+
+menuconfig:
+
+config:
+
+oldconfig:
+
+silentoldconfig:
 
 # Create new linux.pot file
 # Adjust charset to UTF-8 in .po file to accept UTF-8 in Kconfig files