automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {maint} build: be more respectful of user-specified verbosity


From: Stefano Lattarini
Subject: [FYI] {maint} build: be more respectful of user-specified verbosity
Date: Tue, 14 May 2013 14:18:42 +0200

* t/Makefile.in (check-cc-no-c-o, check-no-trailing-backslash-in-recipes,
installcheck-testsuite, perf): Here.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 t/Makefile.inc | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/t/Makefile.inc b/t/Makefile.inc
index 85c4c8e..f979c66 100644
--- a/t/Makefile.inc
+++ b/t/Makefile.inc
@@ -224,7 +224,7 @@ check-local: check-tests-syntax
 # that helps catching such problems in Automake-generated recipes.
 # See automake bug#10436.
 check-no-trailing-backslash-in-recipes:
-       $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) check \
+       $(AM_V_GEN)$(MAKE) $(AM_MAKEFLAGS) check \
          CONFIG_SHELL='$(abs_top_builddir)/%D%/ax/shell-no-trail-bslash'
 .PHONY: check-no-trailing-backslash-in-recipes
 
@@ -234,7 +234,7 @@ check-no-trailing-backslash-in-recipes:
 # otherwise only present themselves later "in the wild".  See also the
 # long discussion about automake bug#13378.
 check-cc-no-c-o:
-       $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) check \
+       $(AM_V_GEN)$(MAKE) $(AM_MAKEFLAGS) check \
          AM_TESTSUITE_SIMULATING_NO_CC_C_O=yes
 .PHONY: check-cc-no-c-o
 
@@ -245,13 +245,14 @@ include %D%/CheckListOfTests.am
 # Run the testsuite with the installed aclocal and automake.
 installcheck-local: installcheck-testsuite
 installcheck-testsuite:
-       am_running_installcheck=yes $(MAKE) $(AM_MAKEFLAGS) check
+       $(AM_V_GEN)$(MAKE) $(AM_MAKEFLAGS) check \
+         am_running_installcheck=yes
 
 # Performance tests.
 .PHONY: perf
 perf: all
-       $(MAKE) $(AM_MAKEFLAGS) TEST_SUITE_LOG='$(PERF_TEST_SUITE_LOG)' \
-                               TESTS='$(perf_TESTS)' check
+       $(AM_V_GEN)$(MAKE) $(AM_MAKEFLAGS) check \
+         TEST_SUITE_LOG='$(PERF_TEST_SUITE_LOG)' TESTS='$(perf_TESTS)'
 PERF_TEST_SUITE_LOG = %D%/perf/test-suite.log
 CLEANFILES += $(PERF_TEST_SUITE_LOG)
 EXTRA_DIST += $(perf_TESTS)
-- 
1.8.3.rc2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]