disable-mrproper.patch ??
diff -Nurp linux-2.6.33-rc4-git7-t1/Makefile linux-2.6.33-rc4-git7-t1.1/Makefile
--- linux-2.6.33-rc4-git7-t1/Makefile 2010-01-20 23:45:34.883140355 +0200
+++ linux-2.6.33-rc4-git7-t1.1/Makefile 2010-01-20 23:52:22.337329287 +0200
@@ -1158,10 +1158,12 @@ CLEAN_FILES += vmlinux System.map \
.tmp_kallsyms* .tmp_version .tmp_vmlinux* .tmp_System.map
.
# Directories & files removed with 'make mrproper'
-MRPROPER_DIRS += include/config usr/include include/generated
-MRPROPER_FILES += .config .config.old .version .old_version \
- include/linux/version.h \
- Module.symvers tags TAGS cscope*
+#MRPROPER_DIRS += include/config usr/include include/generated
+#MRPROPER_FILES += .config .config.old .version .old_version \
+# include/linux/version.h \
+# Module.symvers tags TAGS cscope*
+MRPROPER_DIRS += ""
+MRPROPER_FILES += ""
.
# clean - Delete most, but leave enough to build external modules
#
@@ -1187,7 +1189,7 @@ clean: archclean $(clean-dirs)
#
mrproper: rm-dirs := $(wildcard $(MRPROPER_DIRS))
mrproper: rm-files := $(wildcard $(MRPROPER_FILES))
-mrproper-dirs := $(addprefix _mrproper_,Documentation/DocBook scripts)
+mrproper-dirs := $(addprefix _mrproper_,Documentation/DocBook)
.
PHONY += $(mrproper-dirs) mrproper archmrproper
$(mrproper-dirs):
did your 2.6.35 works normally ?
i've got kernel oops when reach aufs ... not really sure though what cause it, not enough free time to play with ... waiting for tex for my sandy bridge.
