Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-backports-src > by-pkgid > c6ad31d7ff8a5bcd66ca46f414148eee > files > 4

kernel-tmb-2.6.31.8-1mdv2009.1.src.rpm

diff -Nurp linux-2.6.31.5-rc1.mnb1/Makefile linux-2.6.31.5-rc1.mnb1.fix/Makefile
--- linux-2.6.31.5-rc1.mnb1/Makefile	2009-10-17 03:16:21.177166332 +0300
+++ linux-2.6.31.5-rc1.mnb1.fix/Makefile	2009-10-17 03:17:42.784166393 +0300
@@ -462,8 +462,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/
@@ -978,7 +979,8 @@ prepare0: archprepare FORCE
 	$(Q)$(MAKE) $(build)=. missing-syscalls
 
 # All the preparing..
-prepare: prepare0
+#prepare: prepare0
+prepare:
 
 # The asm symlink changes when $(ARCH) changes.
 # Detect this and ask user to run make mrproper
diff -Nurp linux-2.6.31.5-rc1.mnb1/scripts/kconfig/Makefile linux-2.6.31.5-rc1.mnb1.fix/scripts/kconfig/Makefile
--- linux-2.6.31.5-rc1.mnb1/scripts/kconfig/Makefile	2009-10-17 03:16:21.184166217 +0300
+++ linux-2.6.31.5-rc1.mnb1.fix/scripts/kconfig/Makefile	2009-10-17 03:17:42.785166676 +0300
@@ -10,23 +10,35 @@ else
 Kconfig := arch/$(SRCARCH)/Kconfig
 endif
 
-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