kbuild: Remove cscope.out during make mrproper

From: Sam Ravnborg
Date: Wed Sep 10 2003 - 14:26:35 EST


# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.1271 -> 1.1272
# Makefile 1.428 -> 1.429
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/09/10 sam@xxxxxxxxxxxxxxxxx 1.1272
# kbuild: Remove cscope.out during make mrproper
#
# From: "Nathan T. Lynch" <ntl@xxxxxxxxx>
#
# 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...
# --------------------------------------------
#
diff -Nru a/Makefile b/Makefile
--- a/Makefile Wed Sep 10 21:15:47 2003
+++ b/Makefile Wed Sep 10 21:15:47 2003
@@ -675,7 +675,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'
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/