Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > c1c8c602f501d3badc5dafec6ebe42b1 > files > 4

kernel-tmb-2.6.34-10mdv2010.1.src.rpm

diff -Nurp linux-2.6.33-rc1-tmb1.p1/Makefile linux-2.6.33-rc1-tmb1.p2/Makefile
--- linux-2.6.33-rc1-tmb1.p1/Makefile	2009-12-18 22:22:24.032375970 +0200
+++ linux-2.6.33-rc1-tmb1.p2/Makefile	2009-12-18 22:25:13.996225573 +0200
@@ -464,8 +464,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 include/config/tristate.conf
-	$(Q)$(MAKE) $(build)=$(@)
+#scripts: scripts_basic include/config/auto.conf include/config/tristate.conf
+#	$(Q)$(MAKE) $(build)=$(@)
+scripts:
 
 # Objects we will link into vmlinux / subdirs we need to visit
 init-y		:= init/
@@ -981,7 +982,8 @@ prepare0: archprepare FORCE
 	$(Q)$(MAKE) $(build)=. missing-syscalls
 
 # All the preparing..
-prepare: prepare0
+#prepare: prepare0
+prepare:
 
 # Generate some files
 # ---------------------------------------------------------------------------
diff -Nurp linux-2.6.33-rc1-tmb1.p1/scripts/kconfig/Makefile linux-2.6.33-rc1-tmb1.p2/scripts/kconfig/Makefile
--- linux-2.6.33-rc1-tmb1.p1/scripts/kconfig/Makefile	2009-12-18 21:49:54.433376183 +0200
+++ linux-2.6.33-rc1-tmb1.p2/scripts/kconfig/Makefile	2009-12-18 22:27:02.935875929 +0200
@@ -11,24 +11,30 @@ else
 Kconfig := arch/$(SRCARCH)/Kconfig
 endif
 
-xconfig: $(obj)/qconf 3rdparty/Makefile
-	$< $(Kconfig)
-
-gconfig: $(obj)/gconf 3rdparty/Makefile
-	$< $(Kconfig)
-
-menuconfig: $(obj)/mconf 3rdparty/Makefile
-	$< $(Kconfig)
-
-config: $(obj)/conf 3rdparty/Makefile
-	$< $(Kconfig)
-
-oldconfig: $(obj)/conf 3rdparty/Makefile
-	$< -o $(Kconfig)
-
-silentoldconfig: $(obj)/conf 3rdparty/Makefile
-	$(Q)mkdir -p include/generated
-	$< -s $(Kconfig)
+#xconfig: $(obj)/qconf 3rdparty/Makefile
+#	$< $(Kconfig)
+xconfig:
+
+#gconfig: $(obj)/gconf 3rdparty/Makefile
+#	$< $(Kconfig)
+gconfig:
+
+#menuconfig: $(obj)/mconf 3rdparty/Makefile
+#	$< $(Kconfig)
+menuconfig:
+
+#config: $(obj)/conf 3rdparty/Makefile
+#	$< $(Kconfig)
+config:
+
+#oldconfig: $(obj)/conf 3rdparty/Makefile
+#	$< -o $(Kconfig)
+oldconfig:
+
+#silentoldconfig: $(obj)/conf 3rdparty/Makefile
+#	$(Q)mkdir -p include/generated
+#	$< -s $(Kconfig)
+silentoldconfig:
 
 localmodconfig: $(obj)/streamline_config.pl $(obj)/conf
 	$(Q)perl $< $(srctree) $(Kconfig) > .tmp.config