From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26115 invoked by alias); 8 Mar 2002 19:09:54 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 25962 invoked from network); 8 Mar 2002 19:09:48 -0000 Received: from unknown (HELO nevyn.them.org) (128.2.145.6) by sources.redhat.com with SMTP; 8 Mar 2002 19:09:48 -0000 Received: from drow by nevyn.them.org with local (Exim 3.35 #1 (Debian)) id 16jPkT-0001lJ-00; Fri, 08 Mar 2002 14:09:49 -0500 Date: Fri, 08 Mar 2002 11:09:00 -0000 From: Daniel Jacobowitz To: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Cc: DJ Delorie Subject: Re: [RFA] Clean up intl/ in distclean Message-ID: <20020308140949.A6453@nevyn.them.org> Mail-Followup-To: binutils@sources.redhat.com, gdb-patches@sources.redhat.com, DJ Delorie References: <20020308115900.A1058@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020308115900.A1058@nevyn.them.org> User-Agent: Mutt/1.3.23i X-SW-Source: 2002-03/txt/msg00120.txt.bz2 On Fri, Mar 08, 2002 at 11:59:00AM -0500, Daniel Jacobowitz wrote: > intl/ leaves behind stamp-h, config.cache, and config.status after a 'make > distclean'; this patch removes them. OK to commit this, and get them out of > binutils release tarballs - or do patches to intl/ go somewhere else first? > The MAINTAINERS entry is not exactly clear. I'll pursue where this patch should go, but for now I'm committing it on the release branch. I have some precedent; I see that it was in a not-so-recent GDB release branch. I'm also putting it on the GDB 5.2 branch, at Andrew's request, since the request arrived while I was typing this :) Andrew, I won't close the PR till we figure out how this goes on the trunk. > 2002-03-08 Daniel Jacobowitz > > * Makefile.in (distclean): Remove config.cache, stamp-h, and > config.status. > > Index: Makefile.in > =================================================================== > RCS file: /cvs/src/src/intl/Makefile.in,v > retrieving revision 1.2 > diff -u -p -r1.2 Makefile.in > --- Makefile.in 2001/11/29 03:20:34 1.2 > +++ Makefile.in 2002/03/08 16:53:15 > @@ -173,6 +173,7 @@ clean: mostlyclean > > distclean: clean > rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h config.log > + rm -f config.cache stamp-h config.status > > maintainer-clean: distclean > @echo "This command is intended for maintainers to use;" > -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer