diff options
| author | Glenn Morris <rgm@gnu.org> | 2015-06-04 21:16:23 -0400 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2015-06-04 21:16:23 -0400 |
| commit | 76f896dd1bbb87b487ba6d0b0913f6969e9d8ff8 (patch) | |
| tree | 8aebc30c5517ebca0fb2a7e65192188f8b2a5b3e | |
| parent | 0382a9346547e886445d4fecd920710c61d52e0c (diff) | |
| download | emacs-76f896dd1bbb87b487ba6d0b0913f6969e9d8ff8.tar.gz | |
* lisp/Makefile.in: Quieten output a bit.
($(lisp)/cus-load.el, $(lisp)/finder-inf.el):
Don't echo directories, since the commands we invoke print them.
| -rw-r--r-- | lisp/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 23b0e3f3d44..ba3139d8161 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -150,7 +150,6 @@ PHONY_EXTRAS = custom-deps: $(AM_V_at)$(MAKE) PHONY_EXTRAS=$(lisp)/cus-load.el $(lisp)/cus-load.el $(lisp)/cus-load.el: - @echo Directories: ${SUBDIRS_ALMOST} $(AM_V_GEN)$(emacs) -l cus-dep \ --eval '(setq generated-custom-dependencies-file (unmsys--file-name "$(srcdir)/cus-load.el"))' \ -f custom-make-dependencies ${SUBDIRS_ALMOST} @@ -159,7 +158,6 @@ finder-data: $(AM_V_at)$(MAKE) PHONY_EXTRAS=$(lisp)/finder-inf.el \ $(lisp)/finder-inf.el $(lisp)/finder-inf.el: - @echo Directories: ${SUBDIRS_FINDER} $(AM_V_GEN)$(emacs) -l finder \ --eval '(setq generated-finder-keywords-file (unmsys--file-name "$(srcdir)/finder-inf.el"))' \ -f finder-compile-keywords-make-dist ${SUBDIRS_FINDER} |
