+2002-10-15 Richard M. Stallman <rms@gnu.org>
+
+ * Makefile.in (bootstrap-lisp): Don't ignore errors.
+ Fix typo in .PHONY spec.
+
2002-08-26 Kim F. Storm <storm@cua.dk>
* Makefile.in (install-arch-indep): Do not remove DOC file
### special emacs executable is built from Lisp sources, which is then
### used to compile Lisp files. The last step is a "normal" make.
-.PHONY: bootstrap bootstrap-lisp-1 boostrap-src bootstrap-lisp bootstrap-clean
+.PHONY: bootstrap bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean
.PHONY: maybe_bootstrap
maybe_bootstrap:
(cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
bootstrap-lisp:
- -(cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs)
+ (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs)
bootstrap-src:
(cd src; $(MAKE) $(MFLAGS) bootstrap)