From 826e63e73d8682d9ae08fab6e64d155f4f95eb5b Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 15 Jun 2019 16:29:23 +0200 Subject: [PATCH] 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. --- src/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) 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=$< $