From a94461e02fa0fd918e01bd80f9e65bc63e2c9d4e Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 22 Dec 2019 08:49:06 -0500 Subject: handle broken symlinks, change cache dir --- sbrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbrun') diff --git a/sbrun b/sbrun index 7ec3519..cb3039a 100755 --- a/sbrun +++ b/sbrun @@ -5,7 +5,7 @@ TMP=${TMP:-/tmp/SBo} OUTPUT=${OUTPUT:-/tmp} BUILDLOG=${BUILDLOG:-build.log} -DEFAULT_MAKEFLAGS="-j8" +DEFAULT_MAKEFLAGS="-j3" # End of configurables. It's probably best not to configure TMP or # OUTPUT here (use the environment instead) anyway. Also it's probably -- cgit v1.2.3