diff options
author | B. Watson <yalhcru@gmail.com> | 2019-12-22 08:49:06 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2019-12-22 08:49:06 -0500 |
commit | a94461e02fa0fd918e01bd80f9e65bc63e2c9d4e (patch) | |
tree | 4fe2b1b3336f808d4ee290cae8f62c472e5c0cda /sbrun | |
parent | 9004e3f6e43266c2fd23be6ff8c8bcc6805c1aa4 (diff) | |
download | sbostuff-a94461e02fa0fd918e01bd80f9e65bc63e2c9d4e.tar.gz |
handle broken symlinks, change cache dir
Diffstat (limited to 'sbrun')
-rwxr-xr-x | sbrun | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |