From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12241 invoked by alias); 26 Aug 2009 17:57:58 -0000 Received: (qmail 12231 invoked by uid 22791); 26 Aug 2009 17:57:57 -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 17:57:52 +0000 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7QHvoQc009234 for ; Wed, 26 Aug 2009 13:57:50 -0400 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7QHvkJp011334 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 26 Aug 2009 13:57:49 -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 n7QHvklc000624; Wed, 26 Aug 2009 19:57:46 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id n7QHviwl000623; Wed, 26 Aug 2009 19:57:44 +0200 Date: Wed, 26 Aug 2009 19:13:00 -0000 From: Jan Kratochvil To: Ralf Wildenhues Cc: gdb-patches@sourceware.org Subject: Re: Update rebuild rules in non-automake directories. Message-ID: <20090826175744.GA32631@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> <20090826165410.GA28796@host0.dyn.jankratochvil.net> <20090826173807.GA9074@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090826173807.GA9074@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/msg00457.txt.bz2 On Wed, 26 Aug 2009 19:38:07 +0200, Ralf Wildenhues wrote: > But I have a more general question first: so far I was under the impression > that GCC and all of src always only builds outside the source directory I have been so far aware about this requirement only for GCC (SVN). > Which parts of src can (could) be built in-tree and for which parts is that > usually done? Doing it for both binutils and gdb, therefore at least these basic dirs: bfd binutils gas gdb gprof include ld libdecnumber libiberty opcodes readline Someone else may give more insight on it. > Wait ... did you start off with a clean tree after the autotools update, > or did you run 'cvs up; make' with a tree that was built before the > update? The latter might show spurious issues. I have verified now the problem is reproducible with fresh new: cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co gdb Thanks, Jan