From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5792 invoked by alias); 17 Feb 2010 10:06:59 -0000 Received: (qmail 5762 invoked by uid 22791); 17 Feb 2010 10:06:57 -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 10:06:56 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1HA6mvL026086 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 17 Feb 2010 05:06:48 -0500 Received: from [10.36.10.201] (vpn2-10-201.ams2.redhat.com [10.36.10.201]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o1HA6kAe006173; Wed, 17 Feb 2010 05:06:47 -0500 Message-ID: <4B7BBFB6.5030202@redhat.com> Date: Wed, 17 Feb 2010 10:06: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: ams@gnu.org, schwab@redhat.com CC: 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> In-Reply-To: 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/msg00412.txt.bz2 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. Cheers Nick ChangeLog 2010-02-17 Nick Clifton PR 11238 * Makefile.tpl (local-distclean): Also remove config.cache files in sub-directories as there may not be Makefiles present in the sub-directories. * Makefile.in: Regenerate. * configure.ac: Revert previous delta. * configure: Regenerate.