diff options
| author | Paul Eggert | 2015-01-03 18:42:06 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-03 18:54:34 -0800 |
| commit | 4e2358292540786bcaea085e8094a728d1aa0c30 (patch) | |
| tree | 7079814c1f5a94043c702d1379847327da45bdfa /admin | |
| parent | ed51b8df3c25da47431d4d4cc2af0ff9db2f0421 (diff) | |
| download | emacs-4e2358292540786bcaea085e8094a728d1aa0c30.tar.gz emacs-4e2358292540786bcaea085e8094a728d1aa0c30.zip | |
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.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 8 | ||||
| -rw-r--r-- | admin/grammars/Makefile.in | 37 |
2 files changed, 33 insertions, 12 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 2f4d122e0c0..83386061180 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2015-01-04 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2015-01-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Less 'make' chatter for admin/grammars | ||
| 4 | * grammars/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN) | ||
| 5 | (am__v_GEN_, am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_) | ||
| 6 | (am__v_at_0, am__v_at_1): New macros, from src/Makefile.in. | ||
| 7 | (${bovinedir}/%-by.el, ${bovinedir}/scm-by.el) | ||
| 8 | (${cedetdir}/semantic/%-wy.el, ${wisentdir}/%-wy.el) | ||
| 9 | (${wisentdir}/javat-wy.el, ${cedetdir}/srecode/srt-wy.el): Use them. | ||
| 10 | |||
| 3 | Less chatter in batch mode | 11 | Less chatter in batch mode |
| 4 | * unidata/unidata-gen.el (unidata-gen-files): | 12 | * unidata/unidata-gen.el (unidata-gen-files): |
| 5 | Don't output messages like "Generating ..." in batch mode. | 13 | Don't output messages like "Generating ..." in batch mode. |
diff --git a/admin/grammars/Makefile.in b/admin/grammars/Makefile.in index b88521f4b47..6b54ecca237 100644 --- a/admin/grammars/Makefile.in +++ b/admin/grammars/Makefile.in | |||
| @@ -28,6 +28,19 @@ srcdir = @srcdir@ | |||
| 28 | top_srcdir = @top_srcdir@ | 28 | top_srcdir = @top_srcdir@ |
| 29 | top_builddir = @top_builddir@ | 29 | top_builddir = @top_builddir@ |
| 30 | 30 | ||
| 31 | # 'make' verbosity. | ||
| 32 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | ||
| 33 | |||
| 34 | AM_V_GEN = $(am__v_GEN_@AM_V@) | ||
| 35 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | ||
| 36 | am__v_GEN_0 = @echo " GEN " $@; | ||
| 37 | am__v_GEN_1 = | ||
| 38 | |||
| 39 | AM_V_at = $(am__v_at_@AM_V@) | ||
| 40 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | ||
| 41 | am__v_at_0 = @ | ||
| 42 | am__v_at_1 = | ||
| 43 | |||
| 31 | # Prevent any settings in the user environment causing problems. | 44 | # Prevent any settings in the user environment causing problems. |
| 32 | unexport EMACSDATA EMACSDOC EMACSPATH | 45 | unexport EMACSDATA EMACSDOC EMACSPATH |
| 33 | 46 | ||
| @@ -68,30 +81,30 @@ wisent: ${WISENT} | |||
| 68 | 81 | ||
| 69 | ## c-by.el, make-by.el. | 82 | ## c-by.el, make-by.el. |
| 70 | ${bovinedir}/%-by.el: ${srcdir}/%.by | 83 | ${bovinedir}/%-by.el: ${srcdir}/%.by |
| 71 | [ ! -f "$@" ] || chmod +w "$@" | 84 | $(AM_V_GEN)[ ! -f "$@" ] || chmod +w "$@" |
| 72 | ${make_bovine} -o "$@" $< | 85 | $(AM_V_at)${make_bovine} -o "$@" $< |
| 73 | 86 | ||
| 74 | ${bovinedir}/scm-by.el: ${srcdir}/scheme.by | 87 | ${bovinedir}/scm-by.el: ${srcdir}/scheme.by |
| 75 | [ ! -f "$@" ] || chmod +w "$@" | 88 | $(AM_V_GEN)[ ! -f "$@" ] || chmod +w "$@" |
| 76 | ${make_bovine} -o "$@" $< | 89 | $(AM_V_at)${make_bovine} -o "$@" $< |
| 77 | 90 | ||
| 78 | ## grammar-wy.el | 91 | ## grammar-wy.el |
| 79 | ${cedetdir}/semantic/%-wy.el: ${srcdir}/%.wy | 92 | ${cedetdir}/semantic/%-wy.el: ${srcdir}/%.wy |
| 80 | [ ! -f "$@" ] || chmod +w "$@" | 93 | $(AM_V_GEN)[ ! -f "$@" ] || chmod +w "$@" |
| 81 | ${make_wisent} -o "$@" $< | 94 | $(AM_V_at)${make_wisent} -o "$@" $< |
| 82 | 95 | ||
| 83 | ## js-wy.el, python-wy.el | 96 | ## js-wy.el, python-wy.el |
| 84 | ${wisentdir}/%-wy.el: ${srcdir}/%.wy | 97 | ${wisentdir}/%-wy.el: ${srcdir}/%.wy |
| 85 | [ ! -f "$@" ] || chmod +w "$@" | 98 | $(AM_V_GEN)[ ! -f "$@" ] || chmod +w "$@" |
| 86 | ${make_wisent} -o "$@" $< | 99 | $(AM_V_at)${make_wisent} -o "$@" $< |
| 87 | 100 | ||
| 88 | ${wisentdir}/javat-wy.el: ${srcdir}/java-tags.wy | 101 | ${wisentdir}/javat-wy.el: ${srcdir}/java-tags.wy |
| 89 | [ ! -f "$@" ] || chmod +w "$@" | 102 | $(AM_V_GEN)[ ! -f "$@" ] || chmod +w "$@" |
| 90 | ${make_wisent} -o "$@" $< | 103 | $(AM_V_at)${make_wisent} -o "$@" $< |
| 91 | 104 | ||
| 92 | ${cedetdir}/srecode/srt-wy.el: ${srcdir}/srecode-template.wy | 105 | ${cedetdir}/srecode/srt-wy.el: ${srcdir}/srecode-template.wy |
| 93 | [ ! -f "$@" ] || chmod +w "$@" | 106 | $(AM_V_GEN)[ ! -f "$@" ] || chmod +w "$@" |
| 94 | ${make_wisent} -o "$@" $< | 107 | $(AM_V_at)${make_wisent} -o "$@" $< |
| 95 | 108 | ||
| 96 | 109 | ||
| 97 | .PHONY: distclean bootstrap-clean maintainer-clean extraclean | 110 | .PHONY: distclean bootstrap-clean maintainer-clean extraclean |