From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21576 invoked by alias); 27 Jun 2014 02:46:50 -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 21540 invoked by uid 89); 27 Jun 2014 02:46:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-pa0-f51.google.com Received: from mail-pa0-f51.google.com (HELO mail-pa0-f51.google.com) (209.85.220.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 27 Jun 2014 02:46:45 +0000 Received: by mail-pa0-f51.google.com with SMTP id hz1so3958354pad.24 for ; Thu, 26 Jun 2014 19:46:44 -0700 (PDT) X-Received: by 10.68.227.164 with SMTP id sb4mr7529996pbc.63.1403837203823; Thu, 26 Jun 2014 19:46:43 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-160-155-134.oycza5.sa.bigpond.net.au. [58.160.155.134]) by mx.google.com with ESMTPSA id og3sm12143053pbc.48.2014.06.26.19.46.41 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Jun 2014 19:46:43 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 0152BEA3661; Fri, 27 Jun 2014 12:16:38 +0930 (CST) Date: Fri, 27 Jun 2014 02:46:00 -0000 From: Alan Modra To: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: =?iso-8859-1?B?W1BBVENIXVtQSU5Hsl0g?= =?iso-8859-1?Q?PR_external=2F{16327=2C16328}?= =?iso-8859-1?Q?=3A?= Remove etc/configure.texi and etc/standards.texi Message-ID: <20140627024638.GC23042@bubble.grove.modra.org> Mail-Followup-To: Ludovic =?iso-8859-1?Q?Court=E8s?= , gdb-patches@sourceware.org, binutils@sourceware.org References: <87k3a0jkad.fsf@gnu.org> <87ionnsua4.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87ionnsua4.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-06/txt/msg00914.txt.bz2 On Thu, Jun 26, 2014 at 02:57:23PM +0200, Ludovic Courtès wrote: > etc/ChangeLog > 2014-06-26 Ludovic Courtès > > 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. 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= { module= 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" Seems like that should be removed too. The top level Makefile.def and Makefile.tpl changes (and regen of Makefile.in) would need to be applied to mainline gcc too. -- Alan Modra Australia Development Lab, IBM