fix package bashrc
This commit is contained in:
parent
b5ba77473a
commit
4f4ede8453
@ -1,2 +1,2 @@
|
||||
masters = gentoo
|
||||
profile-formats = portage-2
|
||||
profile-formats = portage-2 profile-bashrcs
|
||||
|
@ -1,2 +1,3 @@
|
||||
nr_cpu=$(lscpu -p | egrep -v '^#' | wc -l)
|
||||
export MAKEOPTS="-j$(( ${nr_cpu}/2 ))"
|
||||
ewarn "Reducing parallelism to ${nr_cpu} processes"
|
||||
export MAKEOPTS="-j$(( ${nr_cpu}/2 )) -l$(( ${nr_cpu}/4 ))"
|
||||
|
@ -1 +1 @@
|
||||
export MAKEOPTS="-j1"
|
||||
export MAKEOPTS="-j1 -l1"
|
||||
|
Loading…
Reference in New Issue
Block a user