From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9914 invoked by alias); 31 Dec 2006 14:31:59 -0000 Received: (qmail 9905 invoked by uid 22791); 31 Dec 2006 14:31:59 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 31 Dec 2006 14:31:53 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 5BCE048CC4C; Sun, 31 Dec 2006 09:31:51 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08138-01-7; Sun, 31 Dec 2006 09:31:51 -0500 (EST) Received: from takamaka.act-europe.fr (AStDenis-105-1-28-173.w81-248.abo.wanadoo.fr [81.248.254.173]) by nile.gnat.com (Postfix) with ESMTP id 7863C48CEB6; Sun, 31 Dec 2006 09:31:50 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 1000) id 6572734C099; Sun, 31 Dec 2006 18:32:37 +0400 (RET) Date: Sun, 31 Dec 2006 14:31:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: gdb-patches@sourceware.org Subject: Re: [RFA/testsuite/ada] re-implement make clean & distclean Message-ID: <20061231143237.GA3428@adacore.com> References: <20061231100755.GQ3640@adacore.com> <200612311312.kBVDCA3B000981@brahms.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200612311312.kBVDCA3B000981@brahms.sibelius.xs4all.nl> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-12/txt/msg00401.txt.bz2 > > 2006-12-31 Joel Brobecker > > > > * gdb.ada/Makefile.in (EXECUTABLES): Delete. > > (MISCELLANEOUS): Delete. > > (clean): Re-implement. > > (mostlyclean): Likewise. > > > > Tested on my x86-linux laptop. Any objection? > > Hmm, seems a bit scary to me. If I read this correctly, a file named > NOTES would be wiped isn't it? I'm using a seperate object dir, so I > probably won't care, but others might... The thing is that we very rarely add files other than the exp files and the source code. If we add a file called NOTES in gdb.ada, then we can adjust the exclusion list in the find command. Doing it the other way around is a lot more work. -- Joel