All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remove cscope.out during make mrproper
@ 2003-09-09  5:28 Nathan T. Lynch
  2003-09-20 20:51 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Nathan T. Lynch @ 2003-09-09  5:28 UTC (permalink / raw)
  To: mec; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

Hi-

The attached patch fixes the toplevel Makefile to remove cscope.out
during make mrproper.  The default name for the database that cscope
creates is cscope.out, and this is what the cscope rule in the
makefile uses.  Currently, mrproper will leave cscope.out behind,
which can make for interesting diffs...

Please cc me on replies.

Nathan


[-- Attachment #2: cscope.patch --]
[-- Type: text/plain, Size: 333 bytes --]

diff -Nru a/Makefile b/Makefile
--- a/Makefile	Mon Sep  8 23:56:59 2003
+++ b/Makefile	Mon Sep  8 23:56:59 2003
@@ -672,7 +672,7 @@
 	.menuconfig.log \
 	include/asm \
 	.hdepend include/linux/modversions.h \
-	tags TAGS cscope kernel.spec \
+	tags TAGS cscope.out kernel.spec \
 	.tmp*
 
 # Directories removed with 'make mrproper'

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

* Re: [PATCH] remove cscope.out during make mrproper
  2003-09-09  5:28 [PATCH] remove cscope.out during make mrproper Nathan T. Lynch
@ 2003-09-20 20:51 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2003-09-20 20:51 UTC (permalink / raw)
  To: Nathan T. Lynch; +Cc: mec, linux-kernel

On Tue, Sep 09, 2003 at 12:28:28AM -0500, Nathan T. Lynch wrote:
> Hi-
> 
> The attached patch fixes the toplevel Makefile to remove cscope.out
> during make mrproper.  The default name for the database that cscope
> creates is cscope.out, and this is what the cscope rule in the
> makefile uses.  Currently, mrproper will leave cscope.out behind,
> which can make for interesting diffs...

Thanks.
Added to my local tree and forwarded to Linus.

	Sam

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

end of thread, other threads:[~2003-09-20 20:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-09  5:28 [PATCH] remove cscope.out during make mrproper Nathan T. Lynch
2003-09-20 20:51 ` Sam Ravnborg

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.