From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: appears CVS build is broken (tty-supports-face-attributes-p)? Date: 01 Jul 2004 06:43:13 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040630170112.35511.qmail@web53003.mail.yahoo.com> <200407010338.i613cxZ25774@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 1088679662 26016 80.91.224.253 (1 Jul 2004 11:01:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Jul 2004 11:01:02 +0000 (UTC) Cc: john_owens@yahoo.com, xsteve@riic.at, emacs-devel@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jul 01 13:00:53 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BfzJF-0008EU-00 for ; Thu, 01 Jul 2004 13:00:53 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BfzJE-0005dS-00 for ; Thu, 01 Jul 2004 13:00:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfzL0-0004Es-2U for emacs-devel@quimby.gnus.org; Thu, 01 Jul 2004 07:02:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BfzKw-0004Ec-SG for emacs-devel@gnu.org; Thu, 01 Jul 2004 07:02:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BfzKv-0004EJ-6m for emacs-devel@gnu.org; Thu, 01 Jul 2004 07:02:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfzKv-0004EG-5R for emacs-devel@gnu.org; Thu, 01 Jul 2004 07:02:37 -0400 Original-Received: from [206.47.199.165] (helo=simmts7-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BfzIe-00070g-CS; Thu, 01 Jul 2004 07:00:16 -0400 Original-Received: from empanada.local ([67.68.217.193]) by simmts8-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20040701104248.PVON28685.simmts8-srv.bellnexxia.net@empanada.local>; Thu, 1 Jul 2004 06:42:48 -0400 Original-Received: by empanada.local (Postfix, from userid 502) id DBDCD23C3A2; Thu, 1 Jul 2004 06:43:13 -0400 (EDT) Original-To: Luc Teirlinck In-Reply-To: <200407010338.i613cxZ25774@raven.dms.auburn.edu> Original-Lines: 39 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 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:25352 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25352 > In practice, people are going to do what we _ask_ them to do in > INSTALL.CVS: Somehow I doubt it, seeing how they can't even follow the two-lines that say "don't post to gnu.emacs.help". > Normally, it is not necessary to use "make bootstrap" after every CVS > update. Unless there are problems, we suggest the following > procedure: > $ ./configure Shouldn't be necessary. > $ make > $ cd lisp > $ make recompile EMACS=../src/emacs > $ cd .. > $ make Of course, we should strive to turn the above into just `make'. > (Note however that for people with fast machines, running `make > maintainer-clean' and `make bootstrap' is so fast that it is not even > worth the trouble trying anything else.) You must have really impressingly fast machines around then, because my 1 year old Opteron is very much too slow for "make maintainer-clean bootstrap". > Has anybody benefited sufficiently from the change in `make bootstrap' > to compensate for all the time that many people are losing as a result > of it? I am inclined to believe that the change to `make bootstrap' > should be reverted. I think I have to agree. :-( Stefan