From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13371 invoked by alias); 12 Jan 2018 12:44:53 -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 13349 invoked by uid 89); 12 Jan 2018 12:44:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-7.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_1,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=our X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 12 Jan 2018 12:44:51 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id w0CCii1v023409 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 12 Jan 2018 07:44:49 -0500 Received: by simark.ca (Postfix, from userid 112) id DD8101E5B7; Fri, 12 Jan 2018 07:44:44 -0500 (EST) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id D25711E093; Fri, 12 Jan 2018 07:44:43 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 12 Jan 2018 12:44:00 -0000 From: Simon Marchi To: Sergio Durigan Junior Cc: GDB Patches , Tom Tromey , Eli Zaretskii Subject: Re: [PATCH v2] Install and generate docs for gdb-add-index In-Reply-To: <20180112041953.17709-1-sergiodj@redhat.com> References: <20180111213530.23774-1-sergiodj@redhat.com> <20180112041953.17709-1-sergiodj@redhat.com> Message-ID: X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.2 X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Fri, 12 Jan 2018 12:44:45 +0000 X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg00245.txt.bz2 On 2018-01-11 23:19, Sergio Durigan Junior wrote: > Changes from v1: > > - Adjusted indentation on gdb/Makefile.in. > > - Rearranged text on gdb/doc/gdb.texinfo. > > > The "gdb-add-index" script has been resurrected on: > > commit caf26be91a584ef141ac5d3cb31007731af8b8e3 > Author: Samuel Bronson > Date: Fri Nov 15 16:09:33 2013 -0500 > > Resurrect gdb-add-index as a contrib script > > However, for some reason (I couldn't find it in the archives), only > the script has been checked-in; the Makefile parts responsible for > installing it in the system were left out. This commit fixes that, by > also resurrecting the Makefile and documentation bits. > > This commit is part of our effort to upstream the local Fedora GDB > changes. With this commit, we'll only carry a very small > Fedora-specific modification to the script. Thanks, this is fine with me, please follow-up with Eli. Simon