From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24779 invoked by alias); 17 Apr 2013 17:25:31 -0000 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 Received: (qmail 24763 invoked by uid 89); 17 Apr 2013 17:25:30 -0000 X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from mail-vb0-f47.google.com (HELO mail-vb0-f47.google.com) (209.85.212.47) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 17 Apr 2013 17:25:25 +0000 Received: by mail-vb0-f47.google.com with SMTP id x13so1467819vbb.34 for ; Wed, 17 Apr 2013 10:25:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=2+tJPi5oBPeeW0SC96PEs2WSbQ+bsWwU+lLZGgIj0Ss=; b=Y+2XZAzJkJFCtwXUPvfbC0PWdxzvX1gNjTbHfnWjoou+MFud8VOzQkTb3cIJfW5YhT rGPdEtnA6KiivFz2xg/b+Cs+brwWYfofKsX9I75LMLSCqiWj11lJbdNYoXONL8JYHjv0 sPAd6sUZMPz5VwjYYoRbD991fbrq8e0YtXj7lCGxdAjj4XLhDuMsHuoMd/WVZu92qOxH hlAqyuuJDGNYTllOoI22HstlBap3Aw2++f2LcnvL2SCwuygfdzbORWi1c85MmpxCrdgS M4He9Fi/0NI8Q3G3vX33vrmXM2posp5mtj6Hu0tQ3TvZ8B48uSCYwNN+oDUzbpocTLci r82w== MIME-Version: 1.0 X-Received: by 10.221.3.2 with SMTP id nw2mr2114997vcb.55.1366219523869; Wed, 17 Apr 2013 10:25:23 -0700 (PDT) Received: by 10.220.123.70 with HTTP; Wed, 17 Apr 2013 10:25:23 -0700 (PDT) In-Reply-To: <83obdd2irl.fsf@gnu.org> References: <1365761475-23845-1-git-send-email-yao@codesourcery.com> <83fvyr58c5.fsf@gnu.org> <516DEDAD.8070902@codesourcery.com> <516E0ED2.2080203@codesourcery.com> <83obdd2irl.fsf@gnu.org> Date: Thu, 18 Apr 2013 04:32:00 -0000 Message-ID: Subject: Re: [PATCH] print '--with{,out}-babeltrace' in 'gdb --configuration' From: Doug Evans To: Eli Zaretskii Cc: Yao Qi , gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQm4Ayq0/J3LWY2sU9h/34S5gS0humTRuIBsWFhNWfZXtdGSZ5AshtwVHuJe8mvO6C9OFaUTlLnhaIRQZ3MFK+EAANtf7x+ExNpg4HwLdeauOwoEbxDAXiWs0McR5WszKPQJ2AkSzDu6r0xQ3RUSbwGs5MSJLZhk+VO34T3LzOt02Pf428w8HRywGlIb/j07sfs8Wy7ymdgAU8zwGG5c7lVV1Uce1w== X-SW-Source: 2013-04/txt/msg00547.txt.bz2 On Wed, Apr 17, 2013 at 10:01 AM, Eli Zaretskii wrote: >> Date: Wed, 17 Apr 2013 10:54:10 +0800 >> From: Yao Qi >> CC: Eli Zaretskii , gdb-patches >> >> The "relocatable" is unclear to me unless I checked configure.ac and >> previous discussions. > > I will add something to explain that, assuming I will find a way to > say that concisely. [for completeness sake] I'd be ok with just adding something to the manual. It would be good to document the fact that a gdb install tree can be moved and gdb will still find its relocatable ancillary files. This goes along with the ability to do "make install DESTDIR=/foo" which is a nice capability.