Commit dc44eb6c authored by Sam Ravnborg's avatar Sam Ravnborg

kbuild: Remove cscope.out during make mrproper

From: "Nathan T. Lynch" <ntl@pobox.com>

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...
parent 60a90eb7
......@@ -675,7 +675,7 @@ MRPROPER_FILES += \
.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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment