public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: GOTO Masanori <gotom@debian.or.jp>
To: Sam Ravnborg <sam@ravnborg.org>, "Nathan T. Lynch" <ntl@pobox.com>
Cc: Linus Torvalds <torvalds@osdl.org>,
	Russell King <rmk@arm.linux.org.uk>,
	linux-kernel@vger.kernel.org,
	Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>,
	Roman Zippel <zippel@linux-m68k.org>,
	linuxppc-dev@lists.linuxppc.org
Subject: Re: kbuild: Remove cscope.out during make mrproper
Date: Tue, 23 Sep 2003 02:24:52 +0900	[thread overview]
Message-ID: <808yog20t7.wl@oris.opensource.jp> (raw)
In-Reply-To: <20030910191824.GD5604@mars.ravnborg.org>

At Wed, 10 Sep 2003 21:18:24 +0200,
Sam Ravnborg wrote:
> # 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...
> # --------------------------------------------
> #
> 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 \

This patch looks fine.  But it's also good idea to remove
cscope.in.out, cscope.po.out (for inverted index: -q option).


--- Makefile.org	2003-09-12 10:20:18.000000000 +0900
+++ Makefile	2003-09-12 10:20:00.000000000 +0900
@@ -672,7 +672,7 @@
 	.menuconfig.log \
 	include/asm \
 	.hdepend include/linux/modversions.h \
-	tags TAGS cscope kernel.spec \
+	tags TAGS cscope.out cscope.in.out cscope.po.out kernel.spec \
 	.tmp*
 
 # Directories removed with 'make mrproper'


Regards,
-- gotom

  reply	other threads:[~2003-09-22 17:25 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-10 19:14 [BK PATCHES] kbuild/kconfig Sam Ravnborg
2003-09-10 19:16 ` kbuild: Save relevant parts of modules.txt Sam Ravnborg
2003-09-10 19:17 ` kconfig: Allow architectures to select board specific configs Sam Ravnborg
2003-09-10 19:17 ` kbuild: Build minimum in scripts/ when changing configuration Sam Ravnborg
2003-09-10 19:58   ` Ricky Beam
2003-09-10 20:13     ` Sam Ravnborg
2003-09-10 21:00       ` Ricky Beam
2003-09-10 19:18 ` kbuild: Remove cscope.out during make mrproper Sam Ravnborg
2003-09-22 17:24   ` GOTO Masanori [this message]
2003-09-22 20:55     ` Sam Ravnborg
2003-09-10 19:18 ` kbuild/ppc*: Remove obsolete _config support Sam Ravnborg
2003-09-10 19:34 ` [BK PATCHES] kbuild/kconfig Russell King
2003-09-10 19:48   ` Sam Ravnborg
2003-09-10 22:13     ` Russell King

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=808yog20t7.wl@oris.opensource.jp \
    --to=gotom@debian.or.jp \
    --cc=kai@tp1.ruhr-uni-bochum.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=ntl@pobox.com \
    --cc=rmk@arm.linux.org.uk \
    --cc=sam@ravnborg.org \
    --cc=torvalds@osdl.org \
    --cc=zippel@linux-m68k.org \
    /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