Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117043 - MAKEOPTS variables largely ignored in ebuilds
Summary: MAKEOPTS variables largely ignored in ebuilds
Status: RESOLVED DUPLICATE of bug 37491
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-28 19:12 UTC by Matt
Modified: 2005-12-28 20:16 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 Matt 2005-12-28 19:12:16 UTC
I've noticed as of late, that most ebuilds ignore MAKEOPTS flags in make.conf... I understand this is likely due to the fact that some packages cannot be built in parallel (i.e. -jn != -j1).  This seems the most common use of MAKEOPTS, due to the recommendation within the installation handbook.  This said, there are other uses, such as -s, which suppresses unnecessary gnu make output (still printing errors), and actually speeds up compile time (by reducing i/o operations). Is there any chance to a) correctly add `make $MAKEOPTS` to ebuilds, filtering out -jX variables when necessary, or b) perhaps adding a new SILENT variable, initialized to "", that would contain the "-s" flag when emerge --quiet was invoked, leading to suppression of most gnu make output, as well as portage output?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-28 20:16:44 UTC

*** This bug has been marked as a duplicate of 37491 ***