All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch](Resend) Makefile: Let 'make mrproper' clean ncscope.out
@ 2007-11-08  9:39 WANG Cong
  0 siblings, 0 replies; only message in thread
From: WANG Cong @ 2007-11-08  9:39 UTC (permalink / raw)
  To: LKML; +Cc: Sam Ravnborg, linux-kbuild, Andrew Morton


Remove ncscope.out when `make mrproper'.

Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
Cc: Sam Ravnborg <sam@ravnborg.org>

---

Index: linux-2.6/Makefile
===================================================================
--- linux-2.6.orig/Makefile
+++ linux-2.6/Makefile
@@ -1086,7 +1086,7 @@ MRPROPER_DIRS  += include/config include
 MRPROPER_FILES += .config .config.old include/asm .version .old_version \
                   include/linux/autoconf.h include/linux/version.h      \
                   include/linux/utsrelease.h                            \
-		  Module.symvers tags TAGS cscope*
+		  Module.symvers tags TAGS *cscope*
 
 # clean - Delete most, but leave enough to build external modules
 #

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-08  9:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-08  9:39 [Patch](Resend) Makefile: Let 'make mrproper' clean ncscope.out WANG Cong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.