From 1b246cc692a34fc5caee2ec6e154fb3a53665f56 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 22 Sep 2007 23:26:37 +0200 Subject: Don't print the commands of a 10-line script that's run in each subdir. * tests/check.mk (vc_exe_in_TESTS): Add a leading "@", to reduce noise. --- tests/check.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/check.mk') diff --git a/tests/check.mk b/tests/check.mk index 91184cc00..3d9a11a25 100644 --- a/tests/check.mk +++ b/tests/check.mk @@ -17,7 +17,7 @@ # Ensure that all version-controlled executable files are listed in TESTS. _v = TESTS vc_exe_in_TESTS: Makefile - if test -d $(top_srcdir)/.git; then \ + @if test -d $(top_srcdir)/.git; then \ sed -n '/^$(_v) =/,/[^\]$$/p' $(srcdir)/Makefile.am \ | sed 's/^ *//;/^\$$.*/d;/^$(_v) =/d' \ | tr -s '\012\\' ' ' | fmt -1 | sort -u > t1 && \ -- cgit v1.2.3-70-g09d2