install_update_dovecot.sh: make use of more processor capacities.
This commit is contained in:
parent
6576a6a12c
commit
bb751add0d
@ -378,6 +378,10 @@ done
|
||||
[ $OK = "Yes" -o $OK = "yes" -o "$OK" = "ja" -o "$OK" = "Ja" ] || fatal "Edit '$(basename $conf_file)' and correct variables"
|
||||
|
||||
|
||||
## - Let make use multiple cores (-j<number of cores +1>)
|
||||
## -
|
||||
export MAKEFLAGS=-j$(expr `grep "^processor" /proc/cpuinfo | sort -u | wc -l` - 1)
|
||||
|
||||
|
||||
# -------------
|
||||
# - Begin Install/Update
|
||||
|
Loading…
Reference in New Issue
Block a user