From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Current CVS doesn't bootstrap Date: Sun, 7 Nov 2004 16:10:34 -0600 (CST) Message-ID: <200411072210.iA7MAY602562@raven.dms.auburn.edu> References: <01c4c3f3$Blat.v2.2.2$7e8aa060@zahav.net.il> <01c4c41c$Blat.v2.2.2$0fa338a0@zahav.net.il> <200411062248.iA6MmEm29919@raven.dms.auburn.edu> <200411071855.iA7ItXw01981@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099865537 29544 80.91.229.6 (7 Nov 2004 22:12:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Nov 2004 22:12:17 +0000 (UTC) Cc: schwab@suse.de, eliz@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 07 23:12:08 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CQvGZ-0003lI-00 for ; Sun, 07 Nov 2004 23:12:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQvOt-0006x5-L3 for ged-emacs-devel@m.gmane.org; Sun, 07 Nov 2004 17:20:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CQvOL-0006kV-Kj for emacs-devel@gnu.org; Sun, 07 Nov 2004 17:20:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CQvOL-0006kC-5G for emacs-devel@gnu.org; Sun, 07 Nov 2004 17:20:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQvOK-0006k7-Gl for emacs-devel@gnu.org; Sun, 07 Nov 2004 17:20:08 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CQvFa-00004x-B7; Sun, 07 Nov 2004 17:11:06 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id iA7MB5Fu018461; Sun, 7 Nov 2004 16:11:05 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id iA7MAY602562; Sun, 7 Nov 2004 16:10:34 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: rms@gnu.org In-reply-to: <200411071855.iA7ItXw01981@raven.dms.auburn.edu> (message from Luc Teirlinck on Sun, 7 Nov 2004 12:55:33 -0600 (CST)) 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: main.gmane.org gmane.emacs.devel:29538 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29538 >>From my previous message: We discussed this before and decided to have `make bootstrap' remove the .elc files once again, but provide some alternate version bootstrap-build that does not do that. Essentially: http://lists.gnu.org/archive/html/emacs-devel/2004-09/msg00720.html Again, this was never implemented. I am not familiar enough with the Makefiles to do this myself. I forgot that you asked me before not to send you urls. Here is the full message referred to: From: Stefan Monnier Subject: Re: bootstrap fails on tty-supports-face-attributes-p Date: Tue, 21 Sep 2004 16:09:28 -0400 User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) > Let me repeat my proposal that 'make bootstrap' should do > maintainer-clean. Mostly agreed, with the following caveat: don't just change `bootstrap'. Instead, rename the current `bootstrap' to `bootstrap-build' and than create a new `bootstrap' which first does `bootstrapclean' and then `bootstrap-build'. Stefan