[PATCH] remove cscope.out during make mrproper

From: Nathan T. Lynch
Date: Tue Sep 09 2003 - 00:27:33 EST


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

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'