diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2014-05-21 00:01:26 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2014-05-21 00:04:08 +0200 |
commit | b24216ae53fbda4c2456f8875a68e6ef0d9ec3d4 (patch) | |
tree | d55d0bb9ff4157157b20498291ca9baba8dea4cf | |
parent | profiles: Drop abi_x86_32 sub profile (diff) | |
download | portage-b24216ae53fbda4c2456f8875a68e6ef0d9ec3d4.tar.xz |
profiles/common: Force MULTIBUILD_JOBS to 1
-rw-r--r-- | profiles/common/make.defaults | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index a2eba6b9..415e383e 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -80,6 +80,9 @@ EMERGE_DEFAULT_OPTS="-v --quiet-build=n --misspell-suggestions=n" PORTAGE_STRIP_FLAGS="--strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.build-id -R .note.gnu.gold-version" +# Eclass multiprocessing +MULTIBUILD_JOBS=1 + # Eclass distutils-r1 DISTUTILS_NO_PARALLEL_BUILD=YesPlease |