mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-06 20:49:33 +00:00
* 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.
This commit is contained in:
parent
0382a93465
commit
76f896dd1b
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user