From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27546 invoked by alias); 26 Aug 2009 16:54:22 -0000 Received: (qmail 27538 invoked by uid 22791); 26 Aug 2009 16:54:22 -0000 X-SWARE-Spam-Status: No, hits=-2.4 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 16:54:15 +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 n7QGsDs4024666 for ; Wed, 26 Aug 2009 12:54:13 -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 n7QGsATn002992 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 26 Aug 2009 12:54:12 -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 n7QGsAh5028934; Wed, 26 Aug 2009 18:54:10 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id n7QGsAhB028932; Wed, 26 Aug 2009 18:54:10 +0200 Date: Wed, 26 Aug 2009 17:10:00 -0000 From: Jan Kratochvil To: Ralf Wildenhues Cc: gdb-patches@sourceware.org Subject: Re: Update rebuild rules in non-automake directories. Message-ID: <20090826165410.GA28796@host0.dyn.jankratochvil.net> References: <20090628183334.GA5401@gmx.de> <20090728181748.GA3134@gmx.de> <20090826151719.GA22276@host0.dyn.jankratochvil.net> <20090826164636.GA15791@ins.uni-bonn.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090826164636.GA15791@ins.uni-bonn.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/msg00451.txt.bz2 Hi Ralf, On Wed, 26 Aug 2009 18:46:36 +0200, Ralf Wildenhues wrote: > when running 'make check//unix' in $build which lives outside of src; > that seems to do the desired thing. Do you build in-tree? You are right it works from a build directory outside of the source directory. I am using (and it worked for GDB before): cd src; ./configure; make; make -C gdb check//unix Thanks, Jan