From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17567 invoked by alias); 31 Dec 2002 08:23:40 -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 17496 invoked from network); 31 Dec 2002 08:23:38 -0000 Received: from unknown (HELO molenda.com) (192.220.74.81) by 209.249.29.67 with SMTP; 31 Dec 2002 08:23:38 -0000 Received: (qmail 36353 invoked by uid 19025); 31 Dec 2002 08:23:27 -0000 Date: Tue, 31 Dec 2002 01:58:00 -0000 From: Jason Molenda To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Rewrite testsuite/configure.in Message-ID: <20021231002326.A35854@molenda.com> References: <200212282214.gBSME9SI002266@elgar.kettenis.dyndns.org> <20021229000751.GA25520@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021229000751.GA25520@nevyn.them.org>; from drow@mvista.com on Sat, Dec 28, 2002 at 07:07:51PM -0500 X-SW-Source: 2002-12/txt/msg00760.txt.bz2 On Sat, Dec 28, 2002 at 07:07:51PM -0500, Daniel Jacobowitz wrote: > > No objections, but: do you think it's possible to eliminate the need to > configure in each individual subdir? It's moderately annoying, and I > don't think we need it. About the only thing we use it for now is for > "make clean" to clean up the testsuite directory. I always figured they were there to create the testsuite/gdb.* directories in $(objdir) at configure time, otherwise when check-gdb is run there isn't a place for compiled test binaries to be placed. J