]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't print the commands of a 10-line script that's run in each subdir.
authorJim Meyering <jim@meyering.net>
Sat, 22 Sep 2007 21:26:37 +0000 (23:26 +0200)
committerJim Meyering <jim@meyering.net>
Sat, 22 Sep 2007 21:26:45 +0000 (23:26 +0200)
* tests/check.mk (vc_exe_in_TESTS): Add a leading "@", to reduce noise.

ChangeLog
tests/check.mk

index d96f4aa0f49d2559596f1e753903262c42e9df2d..be7b73cd4ccc150e8c2e4bb969eaba8c4a9ab60f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-09-22  Jim Meyering  <jim@meyering.net>
 
+       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.
+
        rm: give a sensible diagnostic when failing to remove a symlink
        On some systems (those with openat et al), when rm would fail to
        remove a symlink, it would fail with the misleading diagnostic,
index 91184cc00601a80749c3fd82dc74f9f378b9a969..3d9a11a25b1126fd646f3eafef14c2b3b052f2e1 100644 (file)
@@ -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 &&    \