Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198418 - We need the command line options to turn off DISTCCD, CCACHE and the "make -jx" switch
Summary: We need the command line options to turn off DISTCCD, CCACHE and the "make -j...
Status: RESOLVED WORKSFORME
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-08 01:12 UTC by Jerry McBride
Modified: 2007-11-08 01: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 Jerry McBride 2007-11-08 01:12:03 UTC
It would be highly desirable to have the ability to turn off/on DISTCCD, CCACHE and optionaly modify the make "-jx" switch from the same command line that evokes emerge...

Something like: DISTCCD=off CCACHE=off MAKEJ="1" emerge some-package
or
Something like: DISTCCD=on CCACHE=on MAKEJ="20" emerge-somepackage

Would be nice.


Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-08 01:16:06 UTC
> Something like: DISTCCD=off CCACHE=off MAKEJ="1" emerge some-package

And what's exactly wrong w/ `FEATURES="-distcc -ccache" MAKEOPTS="-j1" emerge foo` ?