From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30475 invoked by alias); 26 Aug 2009 15:17:29 -0000 Received: (qmail 30462 invoked by uid 22791); 26 Aug 2009 15:17:28 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 26 Aug 2009 15:17:24 +0000 Received: from int-mx07.intmail.prod.int.phx2.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7QFHMqL012392 for ; Wed, 26 Aug 2009 11:17:22 -0400 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx07.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7QFHKpW013975 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 26 Aug 2009 11:17:22 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n7QFHK2Z022727; Wed, 26 Aug 2009 17:17:20 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id n7QFHJOa022726; Wed, 26 Aug 2009 17:17:19 +0200 Date: Wed, 26 Aug 2009 16:29:00 -0000 From: Jan Kratochvil To: Ralf Wildenhues , gdb-patches@sourceware.org Subject: Re: Update rebuild rules in non-automake directories. Message-ID: <20090826151719.GA22276@host0.dyn.jankratochvil.net> References: <20090628183334.GA5401@gmx.de> <20090728181748.GA3134@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090728181748.GA3134@gmx.de> User-Agent: Mutt/1.5.19 (2009-01-05) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00447.txt.bz2 Hi Ralf, currently make -C src/gdb check//unix will do mkdir -p -- testsuite.unix/. running CONFIG_SHELL=/bin/sh /bin/sh ./configure ... /bin/sh: ./configure: No such file or directory while for gdb-6.8 it did mkdir -p -- testsuite.unix/. running /bin/sh ../.././gdb/testsuite/configure ... configure: loading cache .././config.cache ... Tried to debug it now a bit but the code is really not an easy one to read, could you please check it? Thanks, Jan