From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17144 invoked by alias); 14 May 2014 10:34:40 -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 17121 invoked by uid 89); 14 May 2014 10:34:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_05,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: hera.aquilenet.fr Received: from hera.aquilenet.fr (HELO hera.aquilenet.fr) (141.255.128.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 14 May 2014 10:34:37 +0000 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 0CE23285C; Wed, 14 May 2014 12:34:35 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wWKyA+-L9hRO; Wed, 14 May 2014 12:34:34 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 987701F49; Wed, 14 May 2014 12:34:34 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Pedro Alves Cc: gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: [PING] [PATCH] PR external/{16327,16328}: Remove etc/configure.texi and etc/standards.texi References: <87k3a0jkad.fsf@gnu.org> <87k39phc1q.fsf@gnu.org> <5372568B.1010204@redhat.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 25 =?utf-8?Q?Flor=C3=A9al?= an 222 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Wed, 14 May 2014 10:34:00 -0000 In-Reply-To: <5372568B.1010204@redhat.com> (Pedro Alves's message of "Tue, 13 May 2014 18:29:47 +0100") Message-ID: <87egzwk5s6.fsf@gnu.org> User-Agent: Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2014-05/txt/msg00197.txt.bz2 Pedro Alves skribis: > On 05/13/14 17:35, Ludovic Court=C3=A8s wrote: >> (Original post at .) >>=20 >> This patch removes etc/{configure,standards}.texi, for the reasons given= at: >>=20 >> http://sourceware.org/bugzilla/show_bug.cgi?id=3D16327 >> http://sourceware.org/bugzilla/show_bug.cgi?id=3D16328 >>=20 >> (I left out the diffs for file removals from this message.) > > Suggestion: > > Could you write a small executive summary for the commit log? Here=E2=80=99s what I=E2=80=99d put in the commit log: As discussed at standards.texi is maintained elsewhere and has no reason to be installed alongside Binutils or GDB. configure.texi is partly outdated, partly redundant with standards.texi, and would belong in Autoconf more than in GDB/Binutils. HTH, Ludo=E2=80=99.