From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15331 invoked by alias); 9 May 2012 20:08:38 -0000 Received: (qmail 15282 invoked by uid 22791); 9 May 2012 20:08:36 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO 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; Wed, 09 May 2012 20:08:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 469ED1C665C; Wed, 9 May 2012 16:08:22 -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 c6F5+EGMD9uQ; Wed, 9 May 2012 16:08:22 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 1417B1C659A; Wed, 9 May 2012 16:08:21 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 0AD10145616; Wed, 9 May 2012 13:08:14 -0700 (PDT) Date: Wed, 09 May 2012 20:08: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: <20120509200814.GK15555@adacore.com> References: <20120509154640.GA12692@host2.jankratochvil.net> <8362c51ccr.fsf@gnu.org> <20120509185917.GD22045@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120509185917.GD22045@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/msg00311.txt.bz2 It's a nice addition to have the auto-load safe-path relocatable... > +--with-auto-load-safe-path > + Configure default value for the 'set auto-load safe-path' setting > + above. It defaults to '$ddir/auto-load', $ddir representing the value > + of configure option --with-gdb-datadir. I don't think that this is entirely accurate. $ddir represents the GDB data dir, whose value can easily be different from the value passed via --with-gdb-datadir. I would refer to the value of "set data-directory" instead. -- Joel