emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4e23582 2/7: Less 'make' chatter for admin/grammars


From: Paul Eggert
Subject: [Emacs-diffs] master 4e23582 2/7: Less 'make' chatter for admin/grammars
Date: Sun, 04 Jan 2015 02:54:41 +0000

branch: master
commit 4e2358292540786bcaea085e8094a728d1aa0c30
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Less 'make' chatter for admin/grammars
    
    * grammars/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN)
    (am__v_GEN_, am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_)
    (am__v_at_0, am__v_at_1): New macros, from src/Makefile.in.
    (${bovinedir}/%-by.el, ${bovinedir}/scm-by.el)
    (${cedetdir}/semantic/%-wy.el, ${wisentdir}/%-wy.el)
    (${wisentdir}/javat-wy.el, ${cedetdir}/srecode/srt-wy.el): Use them.
---
 admin/ChangeLog            |    8 ++++++++
 admin/grammars/Makefile.in |   37 +++++++++++++++++++++++++------------
 2 files changed, 33 insertions(+), 12 deletions(-)

diff --git a/admin/ChangeLog b/admin/ChangeLog
index 2f4d122..8338606 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,5 +1,13 @@
 2015-01-04  Paul Eggert  <address@hidden>
 
+       Less 'make' chatter for admin/grammars
+       * grammars/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN)
+       (am__v_GEN_, am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_)
+       (am__v_at_0, am__v_at_1): New macros, from src/Makefile.in.
+       (${bovinedir}/%-by.el, ${bovinedir}/scm-by.el)
+       (${cedetdir}/semantic/%-wy.el, ${wisentdir}/%-wy.el)
+       (${wisentdir}/javat-wy.el, ${cedetdir}/srecode/srt-wy.el): Use them.
+
        Less chatter in batch mode
        * unidata/unidata-gen.el (unidata-gen-files):
        Don't output messages like "Generating ..." in batch mode.
diff --git a/admin/grammars/Makefile.in b/admin/grammars/Makefile.in
index b88521f..6b54ecc 100644
--- a/admin/grammars/Makefile.in
+++ b/admin/grammars/Makefile.in
@@ -28,6 +28,19 @@ srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 top_builddir = @top_builddir@
 
+# 'make' verbosity.
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+
+AM_V_GEN = $(address@hidden@)
+am__v_GEN_ = $(address@hidden@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 =
+
+AM_V_at = $(address@hidden@)
+am__v_at_ = $(address@hidden@)
+am__v_at_0 = @
+am__v_at_1 =
+
 # Prevent any settings in the user environment causing problems.
 unexport EMACSDATA EMACSDOC EMACSPATH
 
@@ -68,30 +81,30 @@ wisent: ${WISENT}
 
 ## c-by.el, make-by.el.
 ${bovinedir}/%-by.el: ${srcdir}/%.by
-       [ ! -f "$@" ] || chmod +w "$@"
-       ${make_bovine} -o "$@" $<
+       $(AM_V_GEN)[ ! -f "$@" ] || chmod +w "$@"
+       $(AM_V_at)${make_bovine} -o "$@" $<
 
 ${bovinedir}/scm-by.el: ${srcdir}/scheme.by
-       [ ! -f "$@" ] || chmod +w "$@"
-       ${make_bovine} -o "$@" $<
+       $(AM_V_GEN)[ ! -f "$@" ] || chmod +w "$@"
+       $(AM_V_at)${make_bovine} -o "$@" $<
 
 ## grammar-wy.el
 ${cedetdir}/semantic/%-wy.el: ${srcdir}/%.wy
-       [ ! -f "$@" ] || chmod +w "$@"
-       ${make_wisent} -o "$@" $<
+       $(AM_V_GEN)[ ! -f "$@" ] || chmod +w "$@"
+       $(AM_V_at)${make_wisent} -o "$@" $<
 
 ## js-wy.el, python-wy.el
 ${wisentdir}/%-wy.el: ${srcdir}/%.wy
-       [ ! -f "$@" ] || chmod +w "$@"
-       ${make_wisent} -o "$@" $<
+       $(AM_V_GEN)[ ! -f "$@" ] || chmod +w "$@"
+       $(AM_V_at)${make_wisent} -o "$@" $<
 
 ${wisentdir}/javat-wy.el: ${srcdir}/java-tags.wy
-       [ ! -f "$@" ] || chmod +w "$@"
-       ${make_wisent} -o "$@" $<
+       $(AM_V_GEN)[ ! -f "$@" ] || chmod +w "$@"
+       $(AM_V_at)${make_wisent} -o "$@" $<
 
 ${cedetdir}/srecode/srt-wy.el: ${srcdir}/srecode-template.wy
-       [ ! -f "$@" ] || chmod +w "$@"
-       ${make_wisent} -o "$@" $<
+       $(AM_V_GEN)[ ! -f "$@" ] || chmod +w "$@"
+       $(AM_V_at)${make_wisent} -o "$@" $<
 
 
 .PHONY: distclean bootstrap-clean maintainer-clean extraclean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]