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: appears CVS build is broken (tty-supports-face-attributes-p)? Date: Wed, 30 Jun 2004 22:47:35 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200407010347.i613lY325785@raven.dms.auburn.edu> References: <20040630170112.35511.qmail@web53003.mail.yahoo.com> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1088653829 677 80.91.224.253 (1 Jul 2004 03:50:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Jul 2004 03:50:29 +0000 (UTC) Cc: john_owens@yahoo.com, xsteve@riic.at, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jul 01 05:50:22 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 1Bfsac-0002Xy-00 for ; Thu, 01 Jul 2004 05:50:22 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bfsac-0006mE-00 for ; Thu, 01 Jul 2004 05:50:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfscM-0004jh-NW for emacs-devel@quimby.gnus.org; Wed, 30 Jun 2004 23:52:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BfscD-0004iO-Mp for emacs-devel@gnu.org; Wed, 30 Jun 2004 23:52:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BfscA-0004fx-T2 for emacs-devel@gnu.org; Wed, 30 Jun 2004 23:52:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfscA-0004fm-Ph for emacs-devel@gnu.org; Wed, 30 Jun 2004 23:51:58 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bfsa0-0001QG-SY; Wed, 30 Jun 2004 23:49:45 -0400 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 i613niuE001840; Wed, 30 Jun 2004 22:49:44 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i613lY325785; Wed, 30 Jun 2004 22:47:35 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: miles@gnu.org In-reply-to: (message from Miles Bader on Thu, 01 Jul 2004 11:17:44 +0900) 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:25344 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25344 >>From my previous message: In case of trouble we recommend first to update loaddefs.el and if this does not solve the problem, to run `make bootstrap'. That used to be sufficient. After a relatively recent change it no longer is. One has to first do `make maintainer-clean', then `make bootstrap'. This is not pointed out in INSTALL.CVS. Actually, one has to do: make maintainer-clean ./configure (with whatever options are wanted) make bootstrap This is another drawback of the recent change to `make bootstrap'. `make maintainer-clean' removes _more_ than `make bootstrap' used to. Sincerely, Luc.