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:
parent
fcb3821ad5
commit
826e63e73d
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue