* tests/check.mk (vc_exe_in_TESTS): Add a leading "@", to reduce noise.
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,
# 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 && \