diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-03 10:26:30 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-03 10:36:39 -0800 |
commit | 28e673207be2c8a18630372782bc640e4acbbff5 (patch) | |
tree | eb32361f245ab7398fe101725dec62e824747273 /env | |
parent | Initial commit (diff) | |
download | no-distcc-env-28e673207be2c8a18630372782bc640e4acbbff5.tar.gz no-distcc-env-28e673207be2c8a18630372782bc640e4acbbff5.tar.bz2 no-distcc-env-28e673207be2c8a18630372782bc640e4acbbff5.zip |
Set MAKEOPTS=$LOCAL_MAKEOPTS when disabling distcc
Otherwise we can overload the system.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'env')
-rw-r--r-- | env/no-distcc-pump.conf | 1 | ||||
-rw-r--r-- | env/no-distcc.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/env/no-distcc-pump.conf b/env/no-distcc-pump.conf index d5a2af1..0b49423 100644 --- a/env/no-distcc-pump.conf +++ b/env/no-distcc-pump.conf @@ -1 +1,2 @@ FEATURES="-distcc-pump" +MAKEOPTS="${LOCAL_MAKEOPTS}" diff --git a/env/no-distcc.conf b/env/no-distcc.conf index a4ee6e8..52fa150 100644 --- a/env/no-distcc.conf +++ b/env/no-distcc.conf @@ -1 +1,2 @@ FEATURES="-distcc -distcc-pump" +MAKEOPTS="${LOCAL_MAKEOPTS}" |