avoid parallel make when rebuilding packages
authorKeith Packard <keithp@keithp.com>
Mon, 18 Mar 2013 21:52:59 +0000 (14:52 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 18 Mar 2013 21:57:07 +0000 (14:57 -0700)
Maybe this will make things happier?

Signed-off-by: Keith Packard <keithp@keithp.com>
.hooks/post-checkout

index c1e6b7783f69a0d74f9cb598f7d2252e40d44ff7..04561f20cecd647ef051aeb5f97ffb91cb92e862 100755 (executable)
@@ -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