[PATCH] UML: add missing files to mrproper

From: Miklos Szeredi
Date: Fri May 13 2005 - 05:53:01 EST


Add user_constants.h and mk_user_constants to MRPROPER_FILES.

Signed-off-by: Miklos Szeredi <miklos@xxxxxxxxxx>

Index: linux/arch/um/Makefile
===================================================================
--- linux.orig/arch/um/Makefile 2005-05-13 12:22:28.000000000 +0200
+++ linux/arch/um/Makefile 2005-05-13 12:32:47.000000000 +0200
@@ -144,7 +144,8 @@ CLEAN_FILES += linux x.i gmon.out $(ARCH

MRPROPER_FILES += $(SYMLINK_HEADERS) $(ARCH_SYMLINKS) \
$(addprefix $(ARCH_DIR)/kernel/,$(KERN_SYMLINKS)) $(ARCH_DIR)/os \
- $(ARCH_DIR)/Kconfig_arch
+ $(ARCH_DIR)/Kconfig_arch $(ARCH_DIR)/include/user_constants.h \
+ $(ARCH_DIR)/os-$(OS)/util/mk_user_constants

archclean:
$(Q)$(MAKE) $(clean)=$(ARCH_DIR)/util
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/