Silence the check-dirs check
authorIustin Pop <iustin@google.com>
Fri, 2 Jul 2010 15:19:22 +0000 (17:19 +0200)
committerIustin Pop <iustin@google.com>
Fri, 2 Jul 2010 15:34:37 +0000 (17:34 +0200)
The big shell fragment is just noise, for the common case where it
doesn't fail.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

Makefile.am

index daea6a2..0769197 100644 (file)
@@ -585,7 +585,7 @@ ganeti:
 
 .PHONY: check-dirs
 check-dirs: $(BUILT_SOURCES)
-       set -e; \
+       @set -e; \
        find . -type d \( \( -name . \) -o \( \
                -name .git -o \
                -name autom4te.cache \