From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs in CVS as today does not build - emacs depends on *.elc, which cannot be built without emacs Date: Thu, 31 Oct 2002 16:14:10 +0200 (IST) Sender: emacs-devel-admin@gnu.org Message-ID: References: <3DC0E56C.6080402@biobase.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1036073902 22565 80.91.224.249 (31 Oct 2002 14:18:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 31 Oct 2002 14:18:22 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 187G9N-0005ro-00 for ; Thu, 31 Oct 2002 15:18:21 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 187GEz-0002hO-00 for ; Thu, 31 Oct 2002 15:24:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 187G73-0008WD-00; Thu, 31 Oct 2002 09:15:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 187G63-0007az-00 for emacs-devel@gnu.org; Thu, 31 Oct 2002 09:14:55 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 187G5k-0007ID-00 for emacs-devel@gnu.org; Thu, 31 Oct 2002 09:14:53 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 187G5j-0007DE-00 for emacs-devel@gnu.org; Thu, 31 Oct 2002 09:14:36 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id QAA25864; Thu, 31 Oct 2002 16:14:10 +0200 (IST) X-Sender: eliz@is Original-To: =?ISO-8859-1?Q?Thorbj=F8rn_Ravn_Andersen?= In-Reply-To: <3DC0E56C.6080402@biobase.dk> Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8990 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8990 On Thu, 31 Oct 2002, =?ISO-8859-1?Q?Thorbj=F8rn_Ravn_Andersen?= wrote: > Kim F. Storm wrote: > > >This question pops up time and again! > > > >Maybe we could add a test to the makefile, so that doing 'make' if > >e.g. lisp/files.elc does not exist, it does 'cat INSTALL_CVS' > >and exits? > > > I didn't find this document. The correct file name is INSTALL-CVS. Do you see that file? If not, please fetch it from the CVS. > Why does the main "make" not compile the lisp files? It does, if you say "make bootstrap". Plain "make" assumes the *.elc files are already there.