From adbb96fda9066ee078415045181eebae7ff906f4 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 21 Jan 2013 00:18:20 -0800 Subject: [PATCH] Make the hooks quieter Don't dump make information when there's nothing to do Signed-off-by: Keith Packard --- .hooks/post-checkout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hooks/post-checkout b/.hooks/post-checkout index 57cd415..c1e6b77 100755 --- a/.hooks/post-checkout +++ b/.hooks/post-checkout @@ -1,4 +1,4 @@ #!/bin/sh TOP=`git rev-parse --git-dir`/.. -cd "$TOP"/packages && make +cd "$TOP"/packages >/dev/null && make -q || make -- 2.47.2