From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20678 invoked by alias); 31 Dec 2002 00:10:53 -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 20492 invoked from network); 31 Dec 2002 00:10:50 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.250) by 209.249.29.67 with SMTP; 31 Dec 2002 00:10:50 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6/8.12.5) with ESMTP id gBV0AX5R000493; Tue, 31 Dec 2002 01:10:33 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6/8.12.6) with ESMTP id gBV0AToo000887; Tue, 31 Dec 2002 01:10:29 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6/8.12.6/Submit) id gBV0AT7K000884; Tue, 31 Dec 2002 01:10:29 +0100 (CET) To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Rewrite testsuite/configure.in References: <200212282214.gBSME9SI002266@elgar.kettenis.dyndns.org> <20021229000751.GA25520@nevyn.them.org> From: Mark Kettenis Date: Tue, 31 Dec 2002 00:23:00 -0000 In-Reply-To: Daniel Jacobowitz's message of "Sat, 28 Dec 2002 19:07:51 -0500" Message-ID: <86ptrjhwui.fsf@elgar.kettenis.dyndns.org> X-SW-Source: 2002-12/txt/msg00759.txt.bz2 Daniel Jacobowitz writes: > > If there are no objections, I'll check this in in a week or so. > > 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'm sure the majority of those configure scripts can be avoided. Creating the Makefiles in the subdirectories from the configure script in the testsuite directory is no problem. So unless someone objects, I'll start getting rid of the unneeded configure scripts once my initial cleanup of testsuite/configure.in is checked in. Mark