From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17488 invoked by alias); 28 May 2009 00:43:30 -0000 Received: (qmail 17479 invoked by uid 22791); 28 May 2009 00:43:29 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 28 May 2009 00:43:22 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n4S0hCCU029319; Wed, 27 May 2009 20:43:12 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n4S0hAqj010838; Wed, 27 May 2009 20:43:10 -0400 Received: from opsy.redhat.com (vpn-12-136.rdu.redhat.com [10.11.12.136]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n4S0h8fZ032205; Wed, 27 May 2009 20:43:09 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 000BB508281; Wed, 27 May 2009 18:43:07 -0600 (MDT) To: Thiago Jung Bauermann Cc: Daniel Jacobowitz , Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: [rfa][testsuite] Consolidade Python test functions in lib/gdb.exp. References: <1242621476.8085.4.camel@hactar> <83ws8ep9gq.fsf@gnu.org> <1242744639.10143.6.camel@localhost.localdomain> <20090519145908.GA24773@caradoc.them.org> <83k54cq4oe.fsf@gnu.org> <1242771692.6232.1.camel@hactar> <83hbzgpixf.fsf@gnu.org> <1242789977.6232.21.camel@hactar> <20090520033939.GA31983@caradoc.them.org> <1242825492.6644.0.camel@hactar> <20090520145859.GA9276@caradoc.them.org> <1242832233.6644.2.camel@hactar> From: Tom Tromey Reply-To: tromey@redhat.com Date: Thu, 28 May 2009 00:43:00 -0000 In-Reply-To: <1242832233.6644.2.camel@hactar> (Thiago Jung Bauermann's message of "Wed\, 20 May 2009 12\:10\:33 -0300") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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-05/txt/msg00598.txt.bz2 >>>>> "Thiago" == Thiago Jung Bauermann writes: Thiago> The right solution then is to make them not share a namespace. Thiago> Tromey, you're the makefile wizard: is there an easy and painless way to Thiago> make object files which come from different source directories in gdb/ Thiago> to have different pathnames? In our case, the python object files all have explicit rules. So, changing the target names should be pretty easy. Tom