Therefore, to build from CVS you must run "make bootstrap"
instead of just "make":
- $ cvs update
+ $ cvs update -dP
$ ./configure
$ make bootstrap
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