Nick Khamis wrote: > Hello Everyone, > > what emerge parameters recompiles everything in my gentoo environment > afer changing use flags > > emerge --update --deep --/newuse/ world? > > I issued a > emerge -e world > > > and I saw it was installing 450 things so I ctrl+c the process, did I kill > everything. > > Anyhow I would like to recompile everything existing in the environment in > the safest manner. > > > > Thanks in Advanced, > Ninus. >
If you just changed the USE flags then yes, a emerge -DN world should work. The -N is the key part there. I like to add in the -D just to make sure the packes those use are recompiled if needed as well. Usually I run emerge -uvDN world which will also catch any upgrades as well. ctrl=c should kill the entire process. Dale :-) :-)

