From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11482 invoked by alias); 17 Feb 2010 10:17:07 -0000 Received: (qmail 11465 invoked by uid 22791); 17 Feb 2010 10:17:06 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 17 Feb 2010 10:17:03 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id o1HAFnLp017572; Wed, 17 Feb 2010 11:15:49 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id o1HAFlWW023919; Wed, 17 Feb 2010 11:15:48 +0100 (CET) Date: Wed, 17 Feb 2010 10:17:00 -0000 Message-Id: <201002171015.o1HAFlWW023919@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: nickc@redhat.com CC: ams@gnu.org, schwab@redhat.com, binutils@sourceware.org, gdb-patches@sourceware.org, gcc-patches@gcc.gnu.org In-reply-to: <4B7BBFB6.5030202@redhat.com> (message from Nick Clifton on Wed, 17 Feb 2010 10:06:46 +0000) Subject: Re: Remove config.cache files when reconfiguring at top level References: <4B796E1D.7000104@redhat.com> <4B7A6E32.6070307__49868.1737961762$1266314832$gmane$org@redhat.com> <4B7A7B9E.4050606@redhat.com> <4B7A9233.5040008@redhat.com> <4B7BBFB6.5030202@redhat.com> 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: 2010-02/txt/msg00413.txt.bz2 > Date: Wed, 17 Feb 2010 10:06:46 +0000 > From: Nick Clifton > > Hi Alfred, Hi Andreas, > > > I'd use -delete instead of `rm -f {} \;'. But I think this is OK too. > > Good idea. OK I have checked this revised patch in along with this > changelog entry. Sorry, but that's not a good idea. The -delete option is a GNU extension that's not present on OpenBSD and Solaris for example.