From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17454 invoked by alias); 2 Mar 2009 00:58:41 -0000 Received: (qmail 17443 invoked by uid 22791); 2 Mar 2009 00:58:40 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Mar 2009 00:58:34 +0000 Received: from zps37.corp.google.com (zps37.corp.google.com [172.25.146.37]) by smtp-out.google.com with ESMTP id n220wVtx024773 for ; Mon, 2 Mar 2009 00:58:31 GMT Received: from rv-out-0708.google.com (rvfb17.prod.google.com [10.140.179.17]) by zps37.corp.google.com with ESMTP id n220wTpm016583 for ; Sun, 1 Mar 2009 16:58:29 -0800 Received: by rv-out-0708.google.com with SMTP id b17so1847263rvf.44 for ; Sun, 01 Mar 2009 16:58:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.247.11 with SMTP id u11mr2613325rvh.247.1235955509101; Sun, 01 Mar 2009 16:58:29 -0800 (PST) In-Reply-To: References: <20090302001039.161241C7A1E@localhost> Date: Mon, 02 Mar 2009 00:58:00 -0000 Message-ID: Subject: Re: [RFA] Makefile.in (clean): rm -f $(DEPDIR)/*. From: Doug Evans To: tromey@redhat.com Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-System-Of-Record: true 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: 2009-03/txt/msg00002.txt.bz2 On Sun, Mar 1, 2009 at 4:54 PM, Tom Tromey wrote: >>>>>> "Doug" == Doug Evans writes: > > Doug> Otherwise when something gets moved then dependencies still refer to > Doug> the old place and require the equivalent of a "make distclean" > Doug> to get make working again (which is a bit heavyweight). > > Could you expand a bit on exactly what fails? Do you see an error? A > missed rebuild? > > Tom > Do a "cd src/gdb && cvs update -dP" and see for yourself. 1/2 :-) "But seriously ..." After an update the error I see is: make: *** No rule to make target `../../../src/gdb/signals/signals.c', needed by `signals.o'. Stop. This is because signals.c has moved, but .deps/mumble still refers to the old location.