From 540b3cccdf52ec647394ce746ee1cd5ce44c3564 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Fri, 5 Jul 2013 18:08:39 -0700 Subject: [PATCH 2/4] Build FreeBSD in paralel. --- lib/freebsd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/freebsd.sh b/lib/freebsd.sh index 9138cfa..9593daf 100644 --- a/lib/freebsd.sh +++ b/lib/freebsd.sh @@ -30,8 +30,8 @@ export MAKEOBJDIRPREFIX SRCCONF=/dev/null __MAKE_CONF=/dev/null -WORLDJOBS=1 -KERNJOBS=1 +WORLDJOBS=`sysctl -n hw.ncpu` +KERNJOBS=`sysctl -n hw.ncpu` freebsd_download_instructions ( ) { echo -- 1.8.5.2