maint: more silent rules.

* tests/local.mk (TESTSUITE_AT): Include plackage.m4.
	Adjust dependencies.
	Make testsuite.at its first argument.
	(package.m4): Be silent.
	(testsuite): Be silent.
	Use $<.
This commit is contained in:
Akim Demaille
2012-02-09 14:09:23 +01:00
parent beadb220d5
commit 9bfbf75bdf
2 changed files with 12 additions and 9 deletions

View File

@@ -483,9 +483,9 @@ m4_define_default([b4_yy_symbol_print_generate],
b4_locations_if([, [[YYLTYPE const * const yylocationp], [yylocationp]]])[]dnl
m4_ifset([b4_parse_param], [, b4_parse_param]))[
{
]b4_parse_param_use([yyoutput], [yylocationp])[
if (!yyvaluep)
return;
]b4_parse_param_use([yyoutput], [yylocationp])[
# ifdef YYPRINT
if (yytype < YYNTOKENS)
YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);