From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: References in elisp.dvi. Date: 24 Oct 2003 10:24:54 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87n0bu1u44.fsf@wesley.springies.com> <6654-Tue21Oct2003210210+0200-eliz@elta.co.il> <200310231300.h9ND01O25060@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067005609 31656 80.91.224.253 (24 Oct 2003 14:26:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Oct 2003 14:26:49 +0000 (UTC) Cc: Lute.Kamstra@cwi.nl, teirllm@dms.auburn.edu, Andreas Schwab , eliz@elta.co.il, ats@acm.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Oct 24 16:26:45 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AD2tp-0007TR-00 for ; Fri, 24 Oct 2003 16:26:45 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AD2tp-0000jE-00 for ; Fri, 24 Oct 2003 16:26:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AD2to-0002lj-An for emacs-devel@quimby.gnus.org; Fri, 24 Oct 2003 10:26:44 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AD2tV-0002le-6e for emacs-devel@gnu.org; Fri, 24 Oct 2003 10:26:25 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AD2su-0002iK-2x for emacs-devel@gnu.org; Fri, 24 Oct 2003 10:26:19 -0400 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AD2sN-0002eO-Ij; Fri, 24 Oct 2003 10:25:15 -0400 Original-Received: from vor.iro.umontreal.ca (vor.iro.umontreal.ca [132.204.24.42]) by mercure.iro.umontreal.ca (8.12.9/8.12.9) with ESMTP id h9OEOtnR007227; Fri, 24 Oct 2003 10:24:55 -0400 Original-Received: by vor.iro.umontreal.ca (Postfix, from userid 20848) id 3041C3C63E; Fri, 24 Oct 2003 10:24:55 -0400 (EDT) Original-To: rms@gnu.org In-Reply-To: Original-Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-DIRO-MailScanner: Found to be clean X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17405 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17405 > in make bootstrap, the second make shd create it again. > that's the way to avoid this error. BTW, why does bootstrap do all those `clean' steps? The few times I call `bootstrap' I find those steps just waste my time by removing and rebuilding files in the exact same way. I'd rather call the bootstrap-clean-before step manually when needed. It's especially annoying when the bootstrap fails partway because "fix && make boostrap" will start all over from scratch each and every time. Stefan