On Sunday, 3 December 2017 14:39:31 GMT Heiko Baums wrote: > Am Sun, 3 Dec 2017 15:16:26 +0100 > > schrieb tu...@posteo.de: > > what is about emerge -e @world --keep-going > > instead? > > That would do something like a --resume --skipfirst automatically with > the difference that it first recalculates the dependency tree in case > another package would depend on the package that failed to build. > > But it's actually "--keep-going y".
Depends where you specify it. # alias emerj alias emerj='emerge --jobs --load-average=36 --keep-going --nospinner' I use that all the time; being a command on the command line, it overrides any environment values set in make.conf. -- Regards, Peter.