emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/INSTALL.CVS,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/INSTALL.CVS,v
Date: Fri, 20 Jun 2008 21:48:19 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/06/20 21:48:17

Index: INSTALL.CVS
===================================================================
RCS file: /sources/emacs/emacs/INSTALL.CVS,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- INSTALL.CVS 18 Jun 2008 02:58:24 -0000      1.25
+++ INSTALL.CVS 20 Jun 2008 21:48:11 -0000      1.26
@@ -11,28 +11,14 @@
 instead of just "make":
 
   $ cvs update -dP
-  $ ./configure
   $ make bootstrap
 
-The bootstrap process makes sure all necessary files are rebuilt
-before it builds the final Emacs binary.  Unfortunately, it doesn't
-always work when there are stale files from a previous build in the
-directory tree.
-
-So if 'make bootstrap' fails, it may be necessary first to do 'make
-maintainer-clean' to clear out these stale files.  You can then try
-again, starting with `./configure'.
+Of course, if this is the first time you go through it, you'll need to do
+./configure before the "make bootstrap".
 
 Normally, it is not necessary to use "make bootstrap" after every CVS
-update.  Unless there are problems, we suggest using the following
-alternative procedure after you have done "make bootstrap" at least
-once:
+update.  "make" should work in 90% of the cases and be much quicker.
 
-  $ ./configure
-  $ make
-  $ cd lisp
-  $ make recompile
-  $ cd ..
   $ make
 
 (If you want to install the Emacs binary, type "make install" instead




reply via email to

[Prev in Thread] Current Thread [Next in Thread]