[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080623000540.GA11518@martell.zuzino.mipt.ru>
Date: Mon, 23 Jun 2008 04:05:40 +0400
From: Alexey Dobriyan <adobriyan@...il.com>
To: sam@...nborg.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] Remove Module.markers during mrproper
Signed-off-by: Alexey Dobriyan <adobriyan@...il.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/Makefile
+++ b/Makefile
@@ -1115,7 +1115,7 @@ MRPROPER_FILES += .config .config.old include/asm .version .old_version \
include/linux/autoconf.h include/linux/version.h \
include/linux/utsrelease.h \
include/linux/bounds.h include/asm*/asm-offsets.h \
- Module.symvers tags TAGS cscope*
+ Module.symvers Module.markers tags TAGS cscope*
# clean - Delete most, but leave enough to build external modules
#
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists