From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.devel Subject: Re: INSTALL-CVS Date: Sun, 16 Jun 2002 21:02:18 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1024254746 3290 127.0.0.1 (16 Jun 2002 19:12:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 16 Jun 2002 19:12:26 +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.33 #1 (Debian)) id 17JfRq-0000qx-00 for ; Sun, 16 Jun 2002 21:12:26 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17Jfri-00025X-00 for ; Sun, 16 Jun 2002 21:39:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17JfRX-0001ny-00; Sun, 16 Jun 2002 15:12:07 -0400 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17JfQC-0001lT-00 for ; Sun, 16 Jun 2002 15:10:44 -0400 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.4/8.12.4) with ESMTP id g5GJAElf015793; Sun, 16 Jun 2002 21:10:14 +0200 Original-To: "D. Goel" Mail-Copies-To: nobody In-Reply-To: ("D. Goel"'s message of "16 Jun 2002 14:41:01 -0400") Original-Lines: 24 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.3.50 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4910 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4910 "D. Goel" writes: > It seems that the discussion on INSTALL-CVS has died down. Here's > the latest INSTALL-CVS, if maintainers would like to install it---> > > > > > Building and Installing Emacs from the CVS > > The Emacs tarball contains byte-compiled versions of the Lisp files. > The CVS repository does not contain the byte-compiled files. > Therefore, to build from CVS you must run `make bootstrap' > instead of just `make': > > $ ./configure > $ make bootstrap > > > Normally, it is not necessary to use "make bootstrap" after every CVS > update. Unless there are problems, "make all" should be used. What about "make recompile" in lisp/? I find myself often doing that instead of bootstrap, once I've run bootstrap once.