fix package bashrc

This commit is contained in:
Fredrik Eriksson 2021-02-24 19:52:53 +01:00
parent b5ba77473a
commit 4f4ede8453
Signed by: feffe
GPG Key ID: F4329687B0FA7F8D
3 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1,2 @@
masters = gentoo
profile-formats = portage-2
profile-formats = portage-2 profile-bashrcs

View File

@ -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 ))"

View File

@ -1 +1 @@
export MAKEOPTS="-j1"
export MAKEOPTS="-j1 -l1"