hopefully fix forcing makeopts...

This commit is contained in:
Fredrik Eriksson 2021-02-23 20:28:54 +01:00
parent 27f4dc8a32
commit 1342465600
Signed by: feffe
GPG Key ID: F4329687B0FA7F8D
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
nr_cpu=$(lscpu -p | egrep -v '^#' | wc -l)
MAKEOPTS="-j$(( ${nr_cpu}/2 ))"
export MAKEOPTS="-j$(( ${nr_cpu}/2 ))"

View File

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