Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262332AbVEMKv0 (ORCPT ); Fri, 13 May 2005 06:51:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262334AbVEMKv0 (ORCPT ); Fri, 13 May 2005 06:51:26 -0400 Received: from rev.193.226.232.93.euroweb.hu ([193.226.232.93]:61455 "EHLO dorka.pomaz.szeredi.hu") by vger.kernel.org with ESMTP id S262332AbVEMKvY (ORCPT ); Fri, 13 May 2005 06:51:24 -0400 To: Jeff Dike CC: linux-kernel@vger.kernel.org Subject: [PATCH] UML: add missing files to mrproper Message-Id: From: Miklos Szeredi Date: Fri, 13 May 2005 12:51:13 +0200 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 969 Lines: 23 Add user_constants.h and mk_user_constants to MRPROPER_FILES. Signed-off-by: Miklos Szeredi 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/