From: Keith Packard Date: Mon, 21 Jan 2013 08:18:20 +0000 (-0800) Subject: Make the hooks quieter X-Git-Tag: telelco-v3.0~945^2~1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=adbb96fda9066ee078415045181eebae7ff906f4;p=hw%2Faltusmetrum Make the hooks quieter Don't dump make information when there's nothing to do Signed-off-by: Keith Packard --- 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