(bootstrap-lisp): Don't suppress error messages.
This commit is contained in:
parent
d25303d3c1
commit
6baef0fd06
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-11-09 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* Makefile.in (bootstrap-lisp): Don't suppress error messages.
|
||||
|
||||
2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* AUTHORS: Regenerate.
|
||||
|
|
|
@ -676,7 +676,7 @@ bootstrap-lisp-1:
|
|||
(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)
|
||||
|
|
Loading…
Add table
Reference in a new issue