[PATCH 18/24] kbuild: remove Module.markers during mrproper

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sam Ravnborg
Date: Monday, June 30, 2008 - 2:35 pm

From: Alexey Dobriyan <adobriyan@gmail.com>

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 4a1ed80..f2c181a 100644
--- a/Makefile
+++ b/Makefile
@@ -1140,7 +1140,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
 #
-- 
1.5.6.1.93.gef98

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
kbuild - pending stuff, and Maintainer news, Sam Ravnborg, (Mon Jun 30, 2:31 pm)
[PATCH 07/24] kbuild: optimize headers_* targets, Sam Ravnborg, (Mon Jun 30, 2:35 pm)
[PATCH 08/24] kbuild: make clean removes *.o.* as well, Sam Ravnborg, (Mon Jun 30, 2:35 pm)
[PATCH 16/24] kernel-doc: handle/strip __init, Sam Ravnborg, (Mon Jun 30, 2:35 pm)
[PATCH 17/24] kbuild: sparse needs CF not CHECKFLAGS, Sam Ravnborg, (Mon Jun 30, 2:35 pm)
[PATCH 18/24] kbuild: remove Module.markers during mrproper, Sam Ravnborg, (Mon Jun 30, 2:35 pm)
[PATCH 19/24] kconfig: add diffconfig utility, Sam Ravnborg, (Mon Jun 30, 2:35 pm)
[PATCH 22/24] kconfig: speed up all*config + randconfig, Sam Ravnborg, (Mon Jun 30, 2:35 pm)