From: Richard M. Stallman Date: Fri, 9 Nov 2001 16:00:56 +0000 (+0000) Subject: (bootstrap-lisp): Don't suppress error messages. X-Git-Tag: ttn-vms-21-2-B4~18724 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6baef0fd0604043f662dbcc42f1edfa7adb4f905;p=emacs.git (bootstrap-lisp): Don't suppress error messages. --- diff --git a/ChangeLog b/ChangeLog index 450382f92f6..99771f452fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-11-09 Richard M. Stallman + + * Makefile.in (bootstrap-lisp): Don't suppress error messages. + 2001-11-07 Eli Zaretskii * AUTHORS: Regenerate. diff --git a/Makefile.in b/Makefile.in index 8915c629975..6123be83830 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)