From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2138 invoked by alias); 2 Oct 2009 21:05:18 -0000 Received: (qmail 2119 invoked by uid 22791); 2 Oct 2009 21:05:17 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 02 Oct 2009 21:05:12 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E31DB2BABC1; Fri, 2 Oct 2009 17:05:10 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id QFT8aVqbgH5W; Fri, 2 Oct 2009 17:05:10 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9BF3A2BABDC; Fri, 2 Oct 2009 17:05:10 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 3278DF5906; Fri, 2 Oct 2009 14:05:06 -0700 (PDT) Date: Fri, 02 Oct 2009 21:05:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: Can we make gdbinit.in set the data-directory to @srcdir@? Message-ID: <20091002210506.GC10338@adacore.com> References: <200910022056.30734.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200910022056.30734.pedro@codesourcery.com> User-Agent: Mutt/1.5.18 (2008-05-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-10/txt/msg00070.txt.bz2 > 2009-10-02 Pedro Alves > > * gdbinit.in: set data-directory to @srcdir@. Indeed, this seems like a good idea. -- Joel