From: "Nathan T. Lynch" <ntl@pobox.com>
To: mec@shout.net
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] remove cscope.out during make mrproper
Date: Tue, 9 Sep 2003 00:28:28 -0500 [thread overview]
Message-ID: <20030909052828.GB1802@biclops.private.network> (raw)
[-- 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'
next reply other threads:[~2003-09-09 5:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-09 5:28 Nathan T. Lynch [this message]
2003-09-20 20:51 ` Sam Ravnborg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030909052828.GB1802@biclops.private.network \
--to=ntl@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mec@shout.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®