From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4189 invoked by alias); 30 Dec 2002 14:25:48 -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 4177 invoked from network); 30 Dec 2002 14:25:46 -0000 Received: from unknown (HELO mailout6-0.nyroc.rr.com) (24.92.226.177) by 209.249.29.67 with SMTP; 30 Dec 2002 14:25:46 -0000 Received: from doctormoo (syr-24-24-16-193.twcny.rr.com [24.24.16.193]) by mailout6-0.nyroc.rr.com (8.11.6/RoadRunner 1.20) with ESMTP id gBUEPLk00237; Mon, 30 Dec 2002 09:25:21 -0500 (EST) Received: from neroden by doctormoo with local (Exim 3.36 #1 (Debian)) id 18T0pm-0007un-00; Mon, 30 Dec 2002 09:24:02 -0500 Date: Mon, 30 Dec 2002 07:46:00 -0000 To: aoliva@redhat.com Cc: gcc-patches@gcc.gnu.org, binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: subdir/toplevel dependence (was Re: (toplevel)...) Message-ID: <20021230142402.GA29870@doctormoo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i From: Nathanael Nerode X-SW-Source: 2002-12/txt/msg00754.txt.bz2 Alex said: >The solution I see is to arrange for configure to remove sub-Makefiles >if it is run without --no-recursion (i.e., no_recursion != yes). >Then, the check for sub-Makefile in the configure-* targets will take >care of reconfiguring. How does this sound? Sounds good to me. Should work. --Nathanael