From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24630 invoked by alias); 26 Aug 2009 16:46:49 -0000 Received: (qmail 24620 invoked by uid 22791); 26 Aug 2009 16:46:48 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_FAIL X-Spam-Check-By: sourceware.org Received: from merkur.ins.uni-bonn.de (HELO merkur.ins.uni-bonn.de) (131.220.223.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 26 Aug 2009 16:46:43 +0000 Received: from localhost (localhost [127.0.0.1]) by merkur.ins.uni-bonn.de (Postfix) with ESMTP id 8E4DC40002E30; Wed, 26 Aug 2009 18:46:40 +0200 (CEST) Received: from merkur.ins.uni-bonn.de ([127.0.0.1]) by localhost (merkur.ins.uni-bonn.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qEmrHq0GL-ec; Wed, 26 Aug 2009 18:46:38 +0200 (CEST) Received: from ins.uni-bonn.de (gibraltar [192.168.193.254]) by merkur.ins.uni-bonn.de (Postfix) with ESMTP id 027AB4000096F; Wed, 26 Aug 2009 18:46:38 +0200 (CEST) Date: Wed, 26 Aug 2009 16:54:00 -0000 From: Ralf Wildenhues To: Jan Kratochvil Cc: gdb-patches@sourceware.org Subject: Re: Update rebuild rules in non-automake directories. Message-ID: <20090826164636.GA15791@ins.uni-bonn.de> References: <20090628183334.GA5401@gmx.de> <20090728181748.GA3134@gmx.de> <20090826151719.GA22276@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090826151719.GA22276@host0.dyn.jankratochvil.net> User-Agent: Mutt/1.5.20 (2009-08-17) 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/msg00450.txt.bz2 Hello Jan, * Jan Kratochvil wrote on Wed, Aug 26, 2009 at 05:17:19PM CEST: > 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? How exactly do you configure and build the tree, and in which directory are you in when you specify the above command? I'm getting mkdir -p -- testsuite.unix/. running CONFIG_SHELL=/bin/sh /bin/sh ../../../src/gdb/testsuite/configure ... configure: loading cache ../config.cache ... when running 'make check//unix' in $build which lives outside of src; that seems to do the desired thing. Do you build in-tree? Thanks, Ralf