maint: more silent-rules.

* doc/local.mk, src/local.mk, examples/calc++/Makefile.am: Use
	$(AM_V_GEN) and $(AM_V_at) where appropriate.
(cherry picked from commit f67c0a1c35)

Conflicts:

	doc/local.mk
	examples/calc++/Makefile.am
	src/local.mk
This commit is contained in:
Akim Demaille
2012-01-30 16:21:13 +01:00
parent e187b40d31
commit 0802356481
4 changed files with 35 additions and 36 deletions

View File

@@ -80,9 +80,9 @@ scan-gram.c
MOSTLYCLEANFILES = yacc
yacc:
echo '#! /bin/sh' >$@
echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@
chmod a+x $@
$(AM_V_GEN)echo '#! /bin/sh' >$@
$(AM_V_at)echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@
$(AM_V_at)chmod a+x $@
echo:
echo $(bison_SOURCES) $(noinst_HEADERS)