public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [git Patch] Makefile: Remove ncscope.out when make mrproper
@ 2007-11-05  7:32 WANG Cong
  2007-11-05  7:41 ` Sam Ravnborg
  0 siblings, 1 reply; 3+ messages in thread
From: WANG Cong @ 2007-11-05  7:32 UTC (permalink / raw)
  To: LKML; +Cc: Sam Ravnborg, linux-kbuild, Andrew Morton


Hi, Sam!

This patch adds the ncscope.out file into cleaning targets of 'make mrproper'.

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

---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6/Makefile
===================================================================
--- linux-2.6.orig/Makefile
+++ linux-2.6/Makefile
@@ -1073,7 +1073,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* ncscope.out
 
 # clean - Delete most, but leave enough to build external modules
 #

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-11-05  8:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-05  7:32 [git Patch] Makefile: Remove ncscope.out when make mrproper WANG Cong
2007-11-05  7:41 ` Sam Ravnborg
2007-11-05  8:11   ` WANG Cong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox