From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: bootstrap fails on tty-supports-face-attributes-p Date: Tue, 21 Sep 2004 14:30:56 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <200409191946.i8JJkHL18910@raven.dms.auburn.edu> <01c49ec3$Blat.v2.2.2$e2267900@zahav.net.il> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1095791558 17201 80.91.229.6 (21 Sep 2004 18:32:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Sep 2004 18:32:38 +0000 (UTC) Cc: eliz@gnu.org, teirllm@dms.auburn.edu, pot@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 21 20:32:33 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 1C9pRJ-0001bN-00 for ; Tue, 21 Sep 2004 20:32:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9pXF-00069T-Gg for ged-emacs-devel@m.gmane.org; Tue, 21 Sep 2004 14:38:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C9pWU-0005h3-36 for emacs-devel@gnu.org; Tue, 21 Sep 2004 14:37:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C9pWS-0005gG-AO for emacs-devel@gnu.org; Tue, 21 Sep 2004 14:37:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9pWS-0005gA-1A for emacs-devel@gnu.org; Tue, 21 Sep 2004 14:37:52 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C9pPk-00042Q-To for emacs-devel@gnu.org; Tue, 21 Sep 2004 14:30:57 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1C9pPk-0005Dx-4O; Tue, 21 Sep 2004 14:30:56 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27377 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27377 Let me repeat my proposal that 'make bootstrap' should do maintainer-clean. There is a target in src/Makefile called bootstrapclean, but it looks like bootstrapping does not use it; nothing seems to use it. Bootstrapping uses mostlyclean instead. We could make bootstrapping use bootstrapclean, and then make bootstrapclean clean exactly the right files for that purpose. Does anyone see an objection? So the right question is, which files shoud it delete, and which not? Which of these files should it delete, and why? rm -f epaths.h config.h Makefile Makefile.c config.stamp stamp-oldxmenu ../etc/DOC-* mv ./.gdbinit ./.gdbinit.save