diff options
| author | Glenn Morris | 2015-06-04 21:16:23 -0400 |
|---|---|---|
| committer | Glenn Morris | 2015-06-04 21:16:23 -0400 |
| commit | 76f896dd1bbb87b487ba6d0b0913f6969e9d8ff8 (patch) | |
| tree | 8aebc30c5517ebca0fb2a7e65192188f8b2a5b3e | |
| parent | 0382a9346547e886445d4fecd920710c61d52e0c (diff) | |
| download | emacs-76f896dd1bbb87b487ba6d0b0913f6969e9d8ff8.tar.gz emacs-76f896dd1bbb87b487ba6d0b0913f6969e9d8ff8.zip | |
* 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 = | |||
| 150 | custom-deps: | 150 | custom-deps: |
| 151 | $(AM_V_at)$(MAKE) PHONY_EXTRAS=$(lisp)/cus-load.el $(lisp)/cus-load.el | 151 | $(AM_V_at)$(MAKE) PHONY_EXTRAS=$(lisp)/cus-load.el $(lisp)/cus-load.el |
| 152 | $(lisp)/cus-load.el: | 152 | $(lisp)/cus-load.el: |
| 153 | @echo Directories: ${SUBDIRS_ALMOST} | ||
| 154 | $(AM_V_GEN)$(emacs) -l cus-dep \ | 153 | $(AM_V_GEN)$(emacs) -l cus-dep \ |
| 155 | --eval '(setq generated-custom-dependencies-file (unmsys--file-name "$(srcdir)/cus-load.el"))' \ | 154 | --eval '(setq generated-custom-dependencies-file (unmsys--file-name "$(srcdir)/cus-load.el"))' \ |
| 156 | -f custom-make-dependencies ${SUBDIRS_ALMOST} | 155 | -f custom-make-dependencies ${SUBDIRS_ALMOST} |
| @@ -159,7 +158,6 @@ finder-data: | |||
| 159 | $(AM_V_at)$(MAKE) PHONY_EXTRAS=$(lisp)/finder-inf.el \ | 158 | $(AM_V_at)$(MAKE) PHONY_EXTRAS=$(lisp)/finder-inf.el \ |
| 160 | $(lisp)/finder-inf.el | 159 | $(lisp)/finder-inf.el |
| 161 | $(lisp)/finder-inf.el: | 160 | $(lisp)/finder-inf.el: |
| 162 | @echo Directories: ${SUBDIRS_FINDER} | ||
| 163 | $(AM_V_GEN)$(emacs) -l finder \ | 161 | $(AM_V_GEN)$(emacs) -l finder \ |
| 164 | --eval '(setq generated-finder-keywords-file (unmsys--file-name "$(srcdir)/finder-inf.el"))' \ | 162 | --eval '(setq generated-finder-keywords-file (unmsys--file-name "$(srcdir)/finder-inf.el"))' \ |
| 165 | -f finder-compile-keywords-make-dist ${SUBDIRS_FINDER} | 163 | -f finder-compile-keywords-make-dist ${SUBDIRS_FINDER} |