From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26509 invoked by alias); 27 Jun 2014 09:43:42 -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 26483 invoked by uid 89); 27 Jun 2014 09:43:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_40,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; Fri, 27 Jun 2014 09:43:40 +0000 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 081002F3B; Fri, 27 Jun 2014 11:43:38 +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 EWLjCO8j4oaP; Fri, 27 Jun 2014 11:43:37 +0200 (CEST) Received: from pluto (pluto.bordeaux.inria.fr [193.50.110.57]) by hera.aquilenet.fr (Postfix) with ESMTPSA id BEAFC2C2F; Fri, 27 Jun 2014 11:43:37 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: gdb-patches@sourceware.org Cc: binutils@sourceware.org Subject: Re: =?utf-8?Q?=5BPATCH=5D=5BPING=C2=B2=5D?= PR external/{16327,16328}: Remove etc/configure.texi and etc/standards.texi References: <87k3a0jkad.fsf@gnu.org> <87ionnsua4.fsf@gnu.org> <20140627024638.GC23042@bubble.grove.modra.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 9 Messidor an 222 de la =?utf-8?Q?R=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: Fri, 27 Jun 2014 09:43:00 -0000 In-Reply-To: <20140627024638.GC23042@bubble.grove.modra.org> (Alan Modra's message of "Fri, 27 Jun 2014 12:16:38 +0930") Message-ID: <874mz6elh2.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-06/txt/msg00925.txt.bz2 Alan Modra skribis: > On Thu, Jun 26, 2014 at 02:57:23PM +0200, Ludovic Court=C3=A8s wrote: >> etc/ChangeLog >> 2014-06-26 Ludovic Court=C3=A8s >>=20 >> PR external/16327 >> PR external/16328 >> * Makefile.in (MAKEINFO, TEXI2DVI, TEXI2PDF, TEXI2HTML, DVIPS, >> TEXIDIR, INFOFILES, DVIFILES, PDFFILES, HTMLFILES): Remove. >> (all): Remove dependency on 'info'. >> (install): Remove dependency on 'install-info'. >> (standards.info, standards.html, standards.dvi, standards.ps) >> standards.pdf, configure.info, configure.dvi, configure.ps, >> configure.pdf, configure.pdf): Remove. >> (info, install-info, html, install-html, dvi, pdf, install-pdf) >> clean, maintainer-clean, realclean): Remove body. >> * etc/configbuild.ein, etc/configbuild.fig, etc/configbuild.jin, >> etc/configbuild.tin, etc/configdev.ein, etc/configdev.fig, >> etc/configdev.jin, etc/configdev.tin, etc/configure.texi, >> etc/fdl.texi, etc/gnu-oids.texi, etc/make-stds.texi, >> etc/standards.texi: Remove. > > I think we've had enough time for anyone to register disagreement with > this patch, so OK to apply. OK, pushed to master. It would make sense to push it to gdb-7.8-branch as well, WDYT? > I notice this leaves us with a Makefile that does nothing. As a > followup you might like to delete etc/configure* and etc/Makefile.in > and remove the line "host_modules=3D { module=3D etc; };" in the top level > Makefile.def. I also see this in Makefile.tpl > dist: > @echo "Building a full distribution of this tree isn't done" > @echo "via 'make dist'. Check out the etc/ subdirectory"=20 > Seems like that should be removed too. Right, I=E2=80=99ll look into it. > The top level Makefile.def and Makefile.tpl changes (and regen of > Makefile.in) would need to be applied to mainline gcc too. OK. Thanks, Ludo=E2=80=99.