by default run two processes per CPU
This commit is contained in:
parent
1f9b6b2475
commit
a006f40003
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51080
1 changed files with 4 additions and 1 deletions
|
@ -35,8 +35,11 @@
|
|||
|
||||
set -e
|
||||
|
||||
# by default run two processes per CPU
|
||||
ncpu2=$(( $(sysctl -n hw.ncpu) * 2))
|
||||
|
||||
: ${NO_OBJ=YES}
|
||||
: ${make_opt=-j8}
|
||||
: ${make_opt=-j${ncpu2}}
|
||||
: ${FREEBSD_DOC_GIT_REPO="$HOME/freebsd-doc"}
|
||||
: ${FREEBSD_DOC_GIT_BRANCH=""}
|
||||
: ${WEBUPDATE_FORMATS="html-split html"}
|
||||
|
|
Loading…
Reference in a new issue