From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31356 invoked by alias); 11 May 2012 17:29:57 -0000 Received: (qmail 31343 invoked by uid 22791); 11 May 2012 17:29:55 -0000 X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL 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, 11 May 2012 17:29:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 4F8441C623D; Fri, 11 May 2012 13:29:42 -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 5l4QnFA5W6aE; Fri, 11 May 2012 13:29:42 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0AD611C6231; Fri, 11 May 2012 13:29:42 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id DC476145616; Fri, 11 May 2012 10:29:38 -0700 (PDT) Date: Fri, 11 May 2012 17:29:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: [patch 1/2] Provide $ddir substitution for --with-auto-load-safe-path Message-ID: <20120511172938.GC5886@adacore.com> References: <20120509154640.GA12692@host2.jankratochvil.net> <8362c51ccr.fsf@gnu.org> <20120509185917.GD22045@host2.jankratochvil.net> <20120509200814.GK15555@adacore.com> <20120511163439.GA1674@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120511163439.GA1674@host2.jankratochvil.net> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2012-05/txt/msg00418.txt.bz2 > But in reality user will use either configure option > --with-gdb-datadir or the command-line option -data-directory which is > why I wrote it that way. Until recently I did not remember how is > 'show data-directory' exactly called. But explaining there all of > 'show data-directory', --with-gdb-datadir and -data-directory is > probably out of the scope of the NEWS file. Yeah, I agree that explaining the whole data-directory is too much for a NEWS entry, especially since this directory may get relocated. Thanks for the fix! -- Joel