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.
This commit is contained in:
Lars Ingebrigtsen 2019-06-15 16:29:23 +02:00
parent fcb3821ad5
commit 826e63e73d

View file

@ -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=$< $<c
else
@$(MAKE) --no-print-directory\
-C ../lisp EMACS="$(bootstrap_exe)" THEFILE=$< $<c
endif
## VCSWITNESS points to the file that holds info about the current checkout.
## We use it as a heuristic to decide when to rebuild loaddefs.el.