From: Will Thompson Date: Wed, 8 Sep 2010 18:42:19 +0000 (+0100) Subject: Silence silent build a bit more. X-Git-Tag: dbus-1.4.1~34^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d8c0c3074dc1dc0c189a2782f580335c9e5c29a;p=thirdparty%2Fdbus.git Silence silent build a bit more. --- diff --git a/test/Makefile.am b/test/Makefile.am index 58d313ab2..5fb863576 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -122,7 +122,7 @@ dist-hook: ## copy tests to builddir so that generated tests and static tests ## are all in one place. all-local: - for D in $(TESTDIRS); do \ + $(AM_V_at)for D in $(TESTDIRS); do \ test -d $(top_builddir)/test/$$D || mkdir $(top_builddir)/test/$$D || exit 1 ; \ done ; \ if ! (test $(srcdir) = . || test $(srcdir) -ef .) ; then \