# HG changeset patch # User Glenn Morris # Date 1212951638 0 # Node ID 88b2fb5783a65c9131808d9aa2646e07c58aecc3 # Parent ed883167b99407f5f1e3d4a742b3ce4f6e0b5fd2 There is no reason to not use the `-dP' options to `cvs update' every time. diff -r ed883167b994 -r 88b2fb5783a6 INSTALL.CVS --- a/INSTALL.CVS Sun Jun 08 18:44:20 2008 +0000 +++ b/INSTALL.CVS Sun Jun 08 19:00:38 2008 +0000 @@ -10,7 +10,7 @@ Therefore, to build from CVS you must run "make bootstrap" instead of just "make": - $ cvs update + $ cvs update -dP $ ./configure $ make bootstrap @@ -22,15 +22,6 @@ 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 update -d - $ 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