From: Lars Ingebrigtsen Date: Sat, 15 Jun 2019 14:29:23 +0000 (+0200) Subject: Avoid printing entering/leaving messages in second stage bootstrap X-Git-Tag: emacs-27.0.90~2514 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=826e63e73d8682d9ae08fab6e64d155f4f95eb5b;p=emacs.git Avoid printing entering/leaving messages in second stage bootstrap * src/Makefile.in (%.elc): Default to not printing the entering/leaving lines when compiling .el files in the second stage of bootstrapping Emacs. V=1 will output them. --- diff --git a/src/Makefile.in b/src/Makefile.in index be769458d37..b425643c04b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -776,7 +776,12 @@ tags: TAGS ../lisp/TAGS $(lwlibdir)/TAGS ## bootstrap-emacs$(EXEEXT) as an order-only prerequisite. %.elc: %.el | bootstrap-emacs$(EXEEXT) $(bootstrap_pdmp) +ifeq (@AM_V@,1) @$(MAKE) -C ../lisp EMACS="$(bootstrap_exe)" THEFILE=$< $