From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13061 invoked by alias); 16 Feb 2010 11:23:37 -0000 Received: (qmail 12885 invoked by uid 22791); 16 Feb 2010 11:23:34 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 16 Feb 2010 11:23:28 +0000 Received: from ams by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NhLWY-0003br-Qi; Tue, 16 Feb 2010 06:23:26 -0500 From: "Alfred M. Szmidt" To: Nick Clifton CC: schwab@redhat.com, binutils@sourceware.org, gdb-patches@sourceware.org, gcc-patches@gcc.gnu.org In-reply-to: <4B7A7B9E.4050606@redhat.com> (message from Nick Clifton on Tue, 16 Feb 2010 11:03:58 +0000) Subject: Re: Remove config.cache files when reconfiguring at top level Reply-to: ams@gnu.org References: <4B796E1D.7000104@redhat.com> <4B7A6E32.6070307__49868.1737961762$1266314832$gmane$org@redhat.com> <4B7A7B9E.4050606@redhat.com> Message-Id: Date: Tue, 16 Feb 2010 11:23:00 -0000 X-IsSubscribed: yes 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/msg00384.txt.bz2 4. User runs make distclean. There are no Makefiles present in the sub-directories so the config.cache files are left intact. That seems like a bug, distclean should clean out everything not suitable for distribution, so config.cache files should definition not stay distclean.