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: Eric S. Raymond
Subject: [Emacs-diffs] Changes to emacs/INSTALL.CVS,v
Date: Sun, 08 Jun 2008 11:33:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Eric S. Raymond <esr>   08/06/08 11:33:11

Index: INSTALL.CVS
===================================================================
RCS file: /sources/emacs/emacs/INSTALL.CVS,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- INSTALL.CVS 7 May 2008 07:35:40 -0000       1.18
+++ INSTALL.CVS 8 Jun 2008 11:33:11 -0000       1.19
@@ -10,6 +10,7 @@
 Therefore, to build from CVS you must run "make bootstrap"
 instead of just "make":
 
+  $ cvs update
   $ ./configure
   $ make bootstrap
 
@@ -21,6 +22,15 @@
 file gets into a bad state due to changes in the Lisp libraries; this procedure
 forces it to be regenerated.)
 
+If even 'make bootstrap' followed by 'make maintainer-clean' fails, it may
+be that some reorganization of the tree has created a new subdirectory. Try
+this:
+
+  $ cvs -d update
+  $ make maintainer-clean
+  $ ./configure
+  $ 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




reply via email to

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