From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Patch to INSTALL.CVS to clarify why `make bootstrap' sometimes fails. Date: Sat, 07 Jun 2008 15:57:03 -0400 Message-ID: References: <20080607101446.GD1812@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212868758 14120 80.91.229.12 (7 Jun 2008 19:59:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Jun 2008 19:59:18 +0000 (UTC) Cc: Alan Mackenzie , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 07 22:00:00 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K54Zw-0005eF-HM for ged-emacs-devel@m.gmane.org; Sat, 07 Jun 2008 21:59:56 +0200 Original-Received: from localhost ([127.0.0.1]:60570 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K54Z9-0001vU-Nu for ged-emacs-devel@m.gmane.org; Sat, 07 Jun 2008 15:59:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K54Z4-0001v2-4j for emacs-devel@gnu.org; Sat, 07 Jun 2008 15:59:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K54Z3-0001un-2m for emacs-devel@gnu.org; Sat, 07 Jun 2008 15:59:01 -0400 Original-Received: from [199.232.76.173] (port=40861 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K54Z3-0001ui-0Z for emacs-devel@gnu.org; Sat, 07 Jun 2008 15:59:01 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:33019) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K54Z2-0004Af-MG for emacs-devel@gnu.org; Sat, 07 Jun 2008 15:59:00 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1K54X9-0002hp-AQ; Sat, 07 Jun 2008 15:57:03 -0400 X-Spook: mindwar FTS2000 Perl-RSA COSCO kilderkin event security X-Ran: Nc6S2UTMGhs\J5&{N|C.itW}VuRdQ6Z+qnYj_`#6F#_t`h=E{E1wn)9IJX4 (Stefan Monnier's message of "Sat, 07 Jun 2008 14:40:11 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98615 Archived-At: Stefan Monnier wrote: > Rather than improve the documentation of our Makefile's brokenness, > e should fix the beast. E.g. `make bootstrap' should begin by doing > a `maintainer-clean'. I already made it run autogen-clean, which should fix the autoload issue. More I think might be overkill. But do what you like. People will still build some other way and get all huffy when it fails.