View Single Post

   
  #4 (permalink)  
Old 02-21-2008, 10:32 AM
glowworm
 
Posts: n/a
Default Re: rebuild whole system

Kelly Price wrote:
> On Thu, 29 Sep 2005 09:42:23 +1000, glowworm
> <glowworm@mailinator.com> probably wrote (unless it was a Kook):
>
>>>emerge --sync
>>>emerge -e --pretend world | tee /emerge.txt
>>>less /emerge.txt
>>>
>>>but you might find kde-base might block. If you do you have to emerge -C
>>>each of the blocking modules
>>>
>>>Then finally: emerge -e world
>>>
>>>You can also use emerge --resume if things break.

>
>
> You may want to emerge ccache, which will speed up those KDE split builds.
>

Hey Kelly, I didn't know about that pacakge. Thanks for the hint.

From the web: "ccache is a fast compiler cache. When you compile a
program, it will cache intermediate results so that, whenever you
recompile the same program, the compilation time is greatly reduced. In
common compilations this can result in 5 to 10 times faster compilation
times."

I am emerging ccache right now.
Reply With Quote