Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265500AbTIJTXi (ORCPT ); Wed, 10 Sep 2003 15:23:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265609AbTIJTVS (ORCPT ); Wed, 10 Sep 2003 15:21:18 -0400 Received: from pasmtp.tele.dk ([193.162.159.95]:51980 "EHLO pasmtp.tele.dk") by vger.kernel.org with ESMTP id S265605AbTIJTS0 (ORCPT ); Wed, 10 Sep 2003 15:18:26 -0400 Date: Wed, 10 Sep 2003 21:18:24 +0200 From: Sam Ravnborg To: Linus Torvalds , Russell King , linux-kernel@vger.kernel.org, Kai Germaschewski , Roman Zippel , linuxppc-dev@lists.linuxppc.org Subject: kbuild: Remove cscope.out during make mrproper Message-ID: <20030910191824.GD5604@mars.ravnborg.org> Mail-Followup-To: Linus Torvalds , Russell King , linux-kernel@vger.kernel.org, Kai Germaschewski , Roman Zippel , linuxppc-dev@lists.linuxppc.org References: <20030910191411.GA5517@mars.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030910191411.GA5517@mars.ravnborg.org> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1479 Lines: 38 # 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@mars.ravnborg.org 1.1272 # kbuild: Remove cscope.out during make mrproper # # From: "Nathan T. Lynch" # # 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/