Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 605 - Add BUILDPKG="YES" (or "NO" or "") to /etc/make.conf
Summary: Add BUILDPKG="YES" (or "NO" or "") to /etc/make.conf
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-08 08:03 UTC by Grant Goodyear (RETIRED)
Modified: 2011-10-30 22:20 UTC (History)
1 user (show)

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 Grant Goodyear (RETIRED) gentoo-dev 2002-02-08 08:03:15 UTC
It would be really nice to have a variable that can be set in make.conf
that turns on package building for all packages.
Comment 1 Grant Goodyear (RETIRED) gentoo-dev 2002-02-15 14:40:36 UTC
Drobbins has a better idea.  Put EMERGE_OPTS="" in /etc/make.conf and have it
passed to emerge automatically.  Example EMERGE_OPTS="--usepkg --buildpkg" would
make sure that emerge used binary packages if they exist, and make a binary
package if it isn't.
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2002-02-21 14:43:00 UTC
fixed on cvs (EMERGE_OPTS now supported)
Comment 3 Todd Wright 2002-05-05 15:49:47 UTC
Is this documented anywhere? 
It doesnt seem to be in make.conf (as an example)