]> git.eshelyaron.com Git - emacs.git/commitdiff
Less 'make' chatter for admin/grammars
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Jan 2015 02:42:06 +0000 (18:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Jan 2015 02:54:34 +0000 (18:54 -0800)
* 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
admin/grammars/Makefile.in

index 2f4d122e0c0bcf716f9f6758d160cae45c867380..83386061180da76d0bf4cc2f3bc968b9ffe19db5 100644 (file)
@@ -1,5 +1,13 @@
 2015-01-04  Paul Eggert  <eggert@cs.ucla.edu>
 
+       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.
index b88521f4b4788a4ff0dc534fd9e5baf86c8b8efb..6b54ecca237d0b9a7474ed90cc12e5809f028c10 100644 (file)
@@ -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 = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 =
+
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
+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