From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11934 invoked by alias); 2 Dec 2002 18:17:43 -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 11871 invoked from network); 2 Dec 2002 18:17:39 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 2 Dec 2002 18:17:39 -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 gB2HqQP03241; Mon, 2 Dec 2002 12:52:26 -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 gB2IHID24245; Mon, 2 Dec 2002 13:17:18 -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 gB2IHHl03126; Mon, 2 Dec 2002 13:17:17 -0500 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id gB2IHGk30932; Mon, 2 Dec 2002 13:17:16 -0500 Date: Mon, 02 Dec 2002 10:17:00 -0000 Message-Id: <200212021817.gB2IHGk30932@greed.delorie.com> From: DJ Delorie To: drow@mvista.com CC: neroden@twcny.rr.com, gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com In-reply-to: <20021202161822.GA11078@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 2 Dec 2002 11:18:22 -0500) Subject: Re: (toplevel) introduce host subdir configuration in Makefile References: <20021128221312.GA20889@doctormoo> <20021202161822.GA11078@nevyn.them.org> X-SW-Source: 2002-12/txt/msg00027.txt.bz2 > Now, on the other hand, we could configure GCC while building > libiberty. It would be nice to have a way to throw each configure step > into its own log file so that they don't interleave on the screen, > someday. We could have each configured configure target depend on the previous one in the list. That should serialize them. We can do this now because configure has a specific list of which subdirs *will* be configured, rather than the list of *potential* ones we used to have. Assuming autogen can do that, of course ;-)