The patch titled
uml:remove user_constants.h on clean
has been added to the -mm tree. Its filename is
uml-remove-user_constantsh-on-clean.patch
Patches currently in -mm which might be from [EMAIL PROTECTED] are
uml-remove-user_constantsh-on-clean.patch
From: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]>
make clean ARCH=um does not remove the generated file
arch/um/include/user_constants.h, fix this.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
arch/um/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
diff -puN arch/um/Makefile~uml-remove-user_constantsh-on-clean arch/um/Makefile
--- 25/arch/um/Makefile~uml-remove-user_constantsh-on-clean Fri Jul 8
16:03:29 2005
+++ 25-akpm/arch/um/Makefile Fri Jul 8 16:03:29 2005
@@ -140,7 +140,8 @@ endef
#When cleaning we don't include .config, so we don't include
#TT or skas makefiles and don't clean skas_ptregs.h.
CLEAN_FILES += linux x.i gmon.out $(ARCH_DIR)/include/uml-config.h \
- $(GEN_HEADERS) $(ARCH_DIR)/include/skas_ptregs.h
+ $(GEN_HEADERS) $(ARCH_DIR)/include/skas_ptregs.h \
+ $(ARCH_DIR)/include/user_constants.h
MRPROPER_FILES += $(SYMLINK_HEADERS) $(ARCH_SYMLINKS) \
$(addprefix $(ARCH_DIR)/kernel/,$(KERN_SYMLINKS)) $(ARCH_DIR)/os \
_
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html