public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  USE settings
@ 2006-06-20 21:44 James
  2006-06-20 22:01 ` Bo Ørsted Andresen
  0 siblings, 1 reply; 3+ messages in thread
From: James @ 2006-06-20 21:44 UTC (permalink / raw
  To: gentoo-user

Hello,

Besides /etc/portage/package.*
/etc/make.conf
/etc/make.profile/make.defaults
/etc/make.globals

is there any other place that Gentoo sets USE variables?


curious,
James



-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user]  USE settings
  2006-06-20 21:44 [gentoo-user] USE settings James
@ 2006-06-20 22:01 ` Bo Ørsted Andresen
  2006-06-20 22:32   ` [gentoo-user] " James
  0 siblings, 1 reply; 3+ messages in thread
From: Bo Ørsted Andresen @ 2006-06-20 22:01 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 507 bytes --]

On Tuesday 20 June 2006 23:44, James wrote:
> Besides /etc/portage/package.*
> /etc/make.conf
> /etc/make.profile/make.defaults
> /etc/make.globals
>
> is there any other place that Gentoo sets USE variables?

The profile is cascading. This will show you the USE flags of every 
make.defaults in your profile:

# cd /etc/`ls -ld /etc/make.profile | awk '{print $NF}'`
# while [[ -f parent ]]; do grep ^USE make.defaults ; \
	cd `cat parent`; done ; grep ^USE make.defaults

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-user]  Re: USE settings
  2006-06-20 22:01 ` Bo Ørsted Andresen
@ 2006-06-20 22:32   ` James
  0 siblings, 0 replies; 3+ messages in thread
From: James @ 2006-06-20 22:32 UTC (permalink / raw
  To: gentoo-user

Bo Ørsted Andresen <bo.andresen <at> zlin.dk> writes:


> > is there any other place that Gentoo sets USE variables?

> The profile is cascading. This will show you the USE flags of every 
> make.defaults in your profile:

# cd /etc/`ls -ld /etc/make.profile | awk '{print $NF}'`
 # while [[ -f parent ]]; do grep ^USE make.defaults ; \
 	cd `cat parent`; done ; grep ^USE make.defaults


Very cool!


thx,

James







-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-06-20 22:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-20 21:44 [gentoo-user] USE settings James
2006-06-20 22:01 ` Bo Ørsted Andresen
2006-06-20 22:32   ` [gentoo-user] " James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox