maint: more silent-rules.

* doc/local.mk, src/local.mk, examples/calc++/Makefile.am: Use
	$(AM_V_GEN) and $(AM_V_at) where appropriate.
This commit is contained in:
Akim Demaille
2012-01-30 16:21:13 +01:00
parent acb5895680
commit f67c0a1c35
3 changed files with 36 additions and 37 deletions

View File

@@ -122,8 +122,8 @@ BUILT_SOURCES += \
MOSTLYCLEANFILES += src/yacc
src/yacc:
rm -f $@ $@.tmp
echo '#! /bin/sh' >$@.tmp
echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@.tmp
chmod a+x $@.tmp
mv $@.tmp $@
$(AM_V_GEN)rm -f $@ $@.tmp
$(AM_V_at)echo '#! /bin/sh' >$@.tmp
$(AM_V_at)echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@.tmp
$(AM_V_at)chmod a+x $@.tmp
$(AM_V_at)mv $@.tmp $@