From 0c1103d69c8fd18494859001940a98c47d4e7658 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Fri, 2 Jul 2010 17:19:22 +0200 Subject: [PATCH] Silence the check-dirs check 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index daea6a28c..0769197b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ -- GitLab