summaryrefslogtreecommitdiff
path: root/profiles/common
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2019-09-28 21:43:51 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2019-09-28 21:43:51 +0100
commite906e3831d038f994b63259ef182d1957fd8a71e (patch)
treedc3f5993ba95559ae983f9a5ee1850d645923f79 /profiles/common
parenteclass/linux-build: always remove usr/src/linux if USE=-symlink (diff)
downloadportage-e906e3831d038f994b63259ef182d1957fd8a71e.tar.xz
profiles: remove MAKEOPTS
It's now calculated automatically since portage 5a1e6c9710be ("Default MAKEOPTS to -j(ncpus+1) when unset")
Diffstat (limited to 'profiles/common')
-rw-r--r--profiles/common/make.defaults1
1 files changed, 0 insertions, 1 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults
index f37bbfc5..6dd88026 100644
--- a/profiles/common/make.defaults
+++ b/profiles/common/make.defaults
@@ -83,7 +83,6 @@ PKGDIR="${PORTDIR}/packages"
FETCHCOMMAND="curl --connect-timeout 5 -f -L -o \${DISTDIR}/\${FILE} --url \${URI}"
RESUMECOMMAND="${FETCHCOMMAND} -C -"
-MAKEOPTS="-j2"
PORTAGE_NICENESS=19
EMERGE_DEFAULT_OPTS="-v --quiet-build=n --misspell-suggestions=n"