comparison Makefile.in @ 40853:fb8900218886

(bootstrap-lisp): Don't suppress error messages.
author Richard M. Stallman <rms@gnu.org>
date Fri, 09 Nov 2001 16:00:46 +0000
parents 2b090a77bb4d
children c7844d807c6c
comparison
equal deleted inserted replaced
40852:9bab19e15c01 40853:fb8900218886
674 674
675 bootstrap-lisp-1: 675 bootstrap-lisp-1:
676 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean) 676 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
677 677
678 bootstrap-lisp: 678 bootstrap-lisp:
679 -(cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs) 679 (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs)
680 680
681 bootstrap-src: 681 bootstrap-src:
682 (cd src; $(MAKE) $(MFLAGS) bootstrap) 682 (cd src; $(MAKE) $(MFLAGS) bootstrap)
683 683
684 bootstrap-clean: 684 bootstrap-clean: