diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2016-01-24 18:57:49 +0100 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-01-28 16:31:38 +0100 |
commit | 71ed439b6804e82877f63093ee101a2f1e12c77a (patch) | |
tree | 5844de8cc680677aefa97e39dc2f2ef632535b8a /emacs.am | |
parent | 4c48878de889d45620ad79c6de077ac2b1984d6a (diff) | |
download | patches-71ed439b6804e82877f63093ee101a2f1e12c77a.tar patches-71ed439b6804e82877f63093ee101a2f1e12c77a.tar.gz |
build: Add 'EMACS' silent rule.
* Makefile.am (AM_V_EMACS, AM_V_EMACS_, AM_V_EMACS_0): New variables.
* emacs.am [HAVE_EMACS] ($(AUTOLOADS)): Use $(AM_V_EMACS).
Diffstat (limited to 'emacs.am')
-rw-r--r-- | emacs.am | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ # GNU Guix --- Functional package management for GNU # Copyright © 2014, 2015, 2016 Alex Kost <alezost@gmail.com> +# Copyright © 2016 Mathieu Lirzin <mthl@gnu.org> # # This file is part of GNU Guix. # @@ -60,7 +61,7 @@ dist_lisp_DATA = \ nodist_lisp_DATA = emacs/guix-config.el $(AUTOLOADS): $(ELFILES) - $(EMACS) --batch --eval \ + $(AM_V_EMACS)$(EMACS) --batch --eval \ "(let ((backup-inhibited t) \ (generated-autoload-file \ (expand-file-name \"$(AUTOLOADS)\" \"$(srcdir)\"))) \ |