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'
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