From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14852 invoked by alias); 8 Dec 2002 22:53:59 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14828 invoked from network); 8 Dec 2002 22:53:58 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 8 Dec 2002 22:53:58 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gB8MSYP15646; Sun, 8 Dec 2002 17:28:34 -0500 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gB8MrvD29068; Sun, 8 Dec 2002 17:53:57 -0500 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gB8Mrvl27770; Sun, 8 Dec 2002 17:53:57 -0500 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id gB8MruD28484; Sun, 8 Dec 2002 17:53:56 -0500 Date: Sun, 08 Dec 2002 16:12:00 -0000 Message-Id: <200212082253.gB8MruD28484@greed.delorie.com> From: DJ Delorie To: neroden@twcny.rr.com CC: binutils@sources.redhat.com, gdb-patches@sources.redhat.com, gcc-patches@sources.redhat.com In-reply-to: <3DF3C9D7.90204@twcny.rr.com> (message from Nathanael Nerode on Sun, 08 Dec 2002 17:38:15 -0500) Subject: Re: re-re-re-re-configuring References: <20021206102555.GA15028@redhat.com> <200212061850.gB6Io3m26371@greed.delorie.com> <3DF3C9D7.90204@twcny.rr.com> X-SW-Source: 2002-12/txt/msg00264.txt.bz2 > And the reason I didn't do this was due to a different bug. > If libiberty is changed, then since > configure-bfd: configure-libiberty > configure-bfd: bfd/Makefile > > bfd/Makefile won't be regenerated. But I tested that specific case, and it worked fine. I'll try it again. Full build twice, second time nothing happens. Remove libiberty/Makefile and "make" again... $ grep 'Configuring in' /tmp/foo Configuring in libiberty Configuring in opcodes Configuring in bfd Configuring in binutils Configuring in gas Configuring in ld Configuring in gprof Configuring in etc Configuring in utils Same thing if I just do "touch libiberty/Makefile". I wonder if it's something gnu-make specific. No, wait... bfd/Makefile depends on opcodes/Makefile, which then depends on libiberty/Makefile. Ok, feel free to change all the configure:configure dependencies to Makefile:Makefile dependencies.