View previous topic :: View next topic |
Author |
Message |
Lovechild Advocate
Joined: 17 May 2002 Posts: 2858 Location: Århus, Denmark
|
Posted: Tue May 28, 2002 5:42 am Post subject: make world ? |
|
|
I was wondering since portage is a ports rip^h^h^h lookalike do we have a means of recompiling the entire system like make world. since I forgot to -fomit-frame-pointer for KDE that would be nice a exercise to get to know portage better, but I can't seem to find any references to make world in the portage docs.
oh and while I remember it, nice work guys. |
|
Back to top |
|
|
febisfebi Tux's lil' helper
Joined: 17 Apr 2002 Posts: 76 Location: seattle wa
|
Posted: Tue May 28, 2002 5:46 am Post subject: |
|
|
i am not sure about all the details of recompiling everything, but Code: | emerge --update world | will update, and recompile things. |
|
Back to top |
|
|
BackSeat Apprentice
Joined: 12 Apr 2002 Posts: 242 Location: Reading, UK
|
Posted: Tue May 28, 2002 6:56 am Post subject: |
|
|
Code: | emerge --emptytree world | will recompile everything except glibc. If you want to see what it would do (without it actually doing it) try Code: | emerge --emptytree world --pretend | first.
BS |
|
Back to top |
|
|
|