X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=.hooks%2Fpost-checkout;h=04561f20cecd647ef051aeb5f97ffb91cb92e862;hb=2997134a55a84d5cee7e0a88e10735ee819ae3ba;hp=c1e6b7783f69a0d74f9cb598f7d2252e40d44ff7;hpb=adbb96fda9066ee078415045181eebae7ff906f4;p=hw%2Faltusmetrum diff --git a/.hooks/post-checkout b/.hooks/post-checkout index c1e6b77..04561f2 100755 --- a/.hooks/post-checkout +++ b/.hooks/post-checkout @@ -1,4 +1,4 @@ #!/bin/sh TOP=`git rev-parse --git-dir`/.. -cd "$TOP"/packages >/dev/null && make -q || make +cd "$TOP"/packages >/dev/null && make -j1 -q || make