Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 377333 - dev-libs/cyrus-sasl-2.1.23-r4 MAKEOPTS override
Summary: dev-libs/cyrus-sasl-2.1.23-r4 MAKEOPTS override
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-01 21:25 UTC by Bertrand Jacquin
Modified: 2011-08-01 23:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bertrand Jacquin 2011-08-01 21:25:52 UTC
emake is forced to -j1 for good reasons, but MAKEOPTS is not stripped while emake is launched :

>>> Compiling source in /var/tmp/portage/dev-libs/cyrus-sasl-2.1.23-r4/work/cyrus-sasl-2.1.23 ...
make -j6 -j1 

Shouldn't be fine to unset MAKEOPTS ?

Reproducible: Always
Comment 1 Agostino Sarubbo gentoo-dev 2011-08-01 23:07:54 UTC
gcc looks at last -j, so if you run make -jX -jY -jZ and so on, gcc compiles with the last (-jZ in this case ).

Same think for all parameters like -O.
Comment 2 Bertrand Jacquin 2011-08-01 23:56:23 UTC
gcc has no known about -j, this is make only. It's also not defined that in future this attitude will be kept. It also does not prevent any bug in make.