X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=.hooks%2Fpost-checkout;h=04561f20cecd647ef051aeb5f97ffb91cb92e862;hb=0efc8536e6c62b3bed5fb05e8949fb3484085b2a;hp=57cd415a65ed9500f3026168cffbc62f4f0118f3;hpb=37521913122f7e8507c6f57f6de28f51cdf48ec2;p=hw%2Faltusmetrum diff --git a/.hooks/post-checkout b/.hooks/post-checkout index 57cd415..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 && make +cd "$TOP"/packages >/dev/null && make -j1 -q || make