From 2b97de11e693d78bcf5aa5994758f919b3019bbd Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Sun, 28 Oct 2012 15:54:43 -0700 Subject: [PATCH] [doit] step down the parallelism of the build to 8 on Darwin --- doit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doit b/doit index 160e547..f5df182 100755 --- a/doit +++ b/doit @@ -3,7 +3,7 @@ OS=`uname` HOSTARCH=`uname -m` ARCHSUFFIX=.xz -PARALLEL=-j32 +PARALLEL=-j8 GNU_FTP=ftp://ftp.gnu.org/gnu if [ "x$ARCHES" = "x" ]; then -- 2.11.4.GIT