Silence silent build a bit more.
authorWill Thompson <will.thompson@collabora.co.uk>
Wed, 8 Sep 2010 18:42:19 +0000 (19:42 +0100)
committerWill Thompson <will.thompson@collabora.co.uk>
Tue, 5 Oct 2010 10:45:48 +0000 (11:45 +0100)
test/Makefile.am

index 58d313a..5fb8635 100644 (file)
@@ -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                                                                \