Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > by-pkgid > 43a1ebf7422010da5e99a6f430023c3e > files > 6

kernel-rsbac-2.6.31-2mdv2010.0.src.rpm

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

diff -p -up linux-2.6.29/Makefile.orig linux-2.6.29/Makefile
--- linux-2.6.29/Makefile.orig	2009-05-22 13:04:13.000000000 -0300
+++ linux-2.6.29/Makefile	2009-05-22 13:08:02.000000000 -0300
@@ -469,8 +469,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/
@@ -985,7 +986,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.29/scripts/kconfig/Makefile.orig linux-2.6.29/scripts/kconfig/Makefile
--- linux-2.6.29/scripts/kconfig/Makefile.orig	2009-05-22 12:58:17.000000000 -0300
+++ linux-2.6.29/scripts/kconfig/Makefile	2009-05-22 13:08:02.000000000 -0300
@@ -10,23 +10,35 @@ else
 Kconfig := arch/$(SRCARCH)/Kconfig
 endif
 
-xconfig: $(obj)/qconf
-	$< $(Kconfig)
+#xconfig: $(obj)/qconf
+#	$< $(Kconfig)
 
-gconfig: $(obj)/gconf
-	$< $(Kconfig)
+#gconfig: $(obj)/gconf
+#	$< $(Kconfig)
 
-menuconfig: $(obj)/mconf
-	$< $(Kconfig)
+#menuconfig: $(obj)/mconf
+#	$< $(Kconfig)
 
-config: $(obj)/conf
-	$< $(Kconfig)
+#config: $(obj)/conf
+#	$< $(Kconfig)
 
-oldconfig: $(obj)/conf
-	$< -o $(Kconfig)
+#oldconfig: $(obj)/conf
+#	$< -o $(Kconfig)
 
-silentoldconfig: $(obj)/conf
-	$< -s $(Kconfig)
+#silentoldconfig: $(obj)/conf
+#	$< -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