mirror of https://lore.kernel.org/lkml/
 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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®