]> git.eshelyaron.com Git - emacs.git/commitdiff
Avoid printing entering/leaving messages in second stage bootstrap
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 15 Jun 2019 14:29:23 +0000 (16:29 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 15 Jun 2019 14:29:29 +0000 (16:29 +0200)
* 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

index be769458d37f385416f94fa4816f01aa5018eccb..b425643c04b1cc16f9be2e44ae6307a4eb7b5eca 100644 (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.