From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6924 invoked by alias); 17 Feb 2010 11:04:27 -0000 Received: (qmail 6831 invoked by uid 22791); 17 Feb 2010 11:04:25 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 17 Feb 2010 11:04:23 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1HB4Ehr006705 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 17 Feb 2010 06:04:14 -0500 Received: from [10.36.10.201] (vpn2-10-201.ams2.redhat.com [10.36.10.201]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o1HB49Xe023117; Wed, 17 Feb 2010 06:04:11 -0500 Message-ID: <4B7BCD29.7030707@redhat.com> Date: Wed, 17 Feb 2010 11:04:00 -0000 From: Nick Clifton User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Thunderbird/3.0.1 MIME-Version: 1.0 To: Mark Kettenis CC: ams@gnu.org, schwab@redhat.com, binutils@sourceware.org, gdb-patches@sourceware.org, gcc-patches@gcc.gnu.org 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> <201002171015.o1HAFlWW023919@glazunov.sibelius.xs4all.nl> In-Reply-To: <201002171015.o1HAFlWW023919@glazunov.sibelius.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00414.txt.bz2 Hi Mark, >>> 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. *sigh* Of course it is. :-) OK I have checked in a minor correction to my patch to use "rm -f {}" instead of "-delete". Cheers Nick ChangeLog 2010-02-17 Nick Clifton * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete the config.cache files found by the find command.