From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "D. Goel" Newsgroups: gmane.emacs.devel Subject: INSTALL-CVS Date: 16 Jun 2002 14:41:01 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1024252947 777 127.0.0.1 (16 Jun 2002 18:42:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 16 Jun 2002 18:42:27 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Jeyp-0000CQ-00 for ; Sun, 16 Jun 2002 20:42:27 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17JfOg-0001Rs-00 for ; Sun, 16 Jun 2002 21:09: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 17Jeyg-00083h-00; Sun, 16 Jun 2002 14:42:18 -0400 Original-Received: from po3.glue.umd.edu ([128.8.10.123]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17JexT-0007j7-00 for ; Sun, 16 Jun 2002 14:41:03 -0400 Original-Received: from z.glue.umd.edu (IDENT:root@z.glue.umd.edu [128.8.10.71]) by po3.glue.umd.edu (8.11.6/8.11.6) with ESMTP id g5GIf2410028 for ; Sun, 16 Jun 2002 14:41:02 -0400 (EDT) Original-Received: from z.glue.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by z.glue.umd.edu (8.9.3/8.9.3) with SMTP id OAA11965 for ; Sun, 16 Jun 2002 14:41:01 -0400 (EDT) Original-Received: (from deego@localhost) by z.glue.umd.edu (8.9.3/8.9.3) id OAA11961; Sun, 16 Jun 2002 14:41:01 -0400 (EDT) X-Authentication-Warning: z.glue.umd.edu: deego set sender to deego@glue.umd.edu using -f Original-To: emacs-devel@gnu.org Original-Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 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:4909 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4909 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.