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 13:05:12 -0600 (CST) Message-ID: <200411071905.iA7J5Cp01989@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> <01c4c487$Blat.v2.2.2$d4c31400@zahav.net.il> <200411071743.iA7Hhfi01732@raven.dms.auburn.edu> <20041107182517.GB28394@boetes.org> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099854417 30815 80.91.229.6 (7 Nov 2004 19:06:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Nov 2004 19:06:57 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 07 20:06:47 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 1CQsND-00011F-00 for ; Sun, 07 Nov 2004 20:06:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQsVX-00020Z-27 for ged-emacs-devel@m.gmane.org; Sun, 07 Nov 2004 14:15:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CQsVJ-00020F-Op for emacs-devel@gnu.org; Sun, 07 Nov 2004 14:15:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CQsVI-0001zU-9f for emacs-devel@gnu.org; Sun, 07 Nov 2004 14:15:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQsVH-0001zR-Qm for emacs-devel@gnu.org; Sun, 07 Nov 2004 14:15: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 1CQsMA-0003ZX-3s for emacs-devel@gnu.org; Sun, 07 Nov 2004 14:05:42 -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 iA7J5fFu017899; Sun, 7 Nov 2004 13:05:41 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id iA7J5Cp01989; Sun, 7 Nov 2004 13:05:12 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: han@mijncomputer.nl In-reply-to: <20041107182517.GB28394@boetes.org> (message from Han Boetes on Sun, 7 Nov 2004 19:24:55 +0059) 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:29528 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29528 Han Boetes wrote: Would it be an idea to replace the distclean target with the maintainer-clean target? I believe that the argument for not doing that is that the .elc files are included with Emacs releases, and hence should not be removed by `make distclean'. .elc files are not included with CVS Emacs (hence the problems and the confusion), but CVS Emacs is technically not a "distribution". Sincerely, Luc.