# HG changeset patch # User Richard M. Stallman # Date 1005321646 0 # Node ID fb8900218886e5c34ed9c796b75a973936886c91 # Parent 9bab19e15c013cacc57333e09f318b0d42d17c99 (bootstrap-lisp): Don't suppress error messages. diff -r 9bab19e15c01 -r fb8900218886 Makefile.in --- a/Makefile.in Fri Nov 09 15:02:39 2001 +0000 +++ b/Makefile.in Fri Nov 09 16:00:46 2001 +0000 @@ -676,7 +676,7 @@ (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)