View previous topic :: View next topic |
Author |
Message |
D-LINC Tux's lil' helper
Joined: 31 Jan 2011 Posts: 135 Location: Alaska
|
Posted: Wed Nov 02, 2011 11:15 pm Post subject: When does emerge read make.conf? |
|
|
Recently I started a merge, but then while it was merging I wanted to edit my USE flags (for unrelated reasons) in make.conf. But I was afraid to do this, imagining that some how it might mess up the merge session. Once an Emerge session has started, are all the environment settings fixed for all the packages being built, or does make.conf get read multiple times throughout the builds? |
|
Back to top |
|
|
Genone Retired Dev
Joined: 14 Mar 2003 Posts: 9617 Location: beyond the rim
|
Posted: Thu Nov 03, 2011 11:09 am Post subject: |
|
|
make.conf (and package.* files) generally is only parsed during the initialization of portage. However there are a few cases where emerge reinitializes itself (like when portage itself is updated) which would cause make.conf to be reparsed. |
|
Back to top |
|
|
|