diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-09-28 21:43:51 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-09-28 21:43:51 +0100 |
commit | e906e3831d038f994b63259ef182d1957fd8a71e (patch) | |
tree | dc3f5993ba95559ae983f9a5ee1850d645923f79 /profiles/common | |
parent | eclass/linux-build: always remove usr/src/linux if USE=-symlink (diff) | |
download | portage-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.defaults | 1 |
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" |