Re: Rebuilding everything
From: Tom Trelvik (ttt_at_cwru.edu)
Date: 03/31/05
- Previous message: wizlayer: "Re: my ethernet to my laptop/getting the tcp/X11 socket up"
- In reply to: Darksidex: "Re: Rebuilding everything"
- Next in thread: stheg olloydson: "Re: Rebuilding everything"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 31 Mar 2005 13:51:52 -0500 To: freebsd-questions@freebsd.org
Darksidex wrote:
>>How could I re-compile and re-install everything to take into account the new
>>directives in make.conf?
>>Ciao
>>Vittorio
>>
>
>
> You can use portupgrade -vaf
Though that would only affect ports/packages you've installed, and not
the rest of your system.
I regularly cvsup /usr/ports and /usr/src and use "portupgrade -arR" to
upgrade my ports and "make buildworld && make buildkernel
KERNCONF=GENERIC && make installkernel KERNCONF=GENERIC && make
installworld" to update the rest of my system.
I still consider myself very new to most of this, though, so I'm not
certain, but I think the system should be able to determine your CPUTYPE
automatically, without needing it hardcoded in make.conf. I think you
should only need to use this directive if for some reason it's
improperly detecting your cpu type. Hopefully someone can confirm or
disprove that for you, though.
Tom
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: wizlayer: "Re: my ethernet to my laptop/getting the tcp/X11 socket up"
- In reply to: Darksidex: "Re: Rebuilding everything"
- Next in thread: stheg olloydson: "Re: Rebuilding everything"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- getting back buildworld to work!
... Last night, as usual, current sources were cvsuped, I did buildkernel ... installworld,
so I had only part of new world installed (actually it ... it now, because when I try to make
buildworld, I see errors like this: ... *** Error code 1 ... (freebsd-current) - Re: last cvs Makefile.inc1 errors
... > The documented upgrade procedure does a 'buildworld' before ...
> 'buildkernel' for precisely this kind of problem. ... make installworld ...
(freebsd-current) - Re: can i delete /usr/obj/ before installworld?
... Scott wrote: ... > buildkernel after I run make buildworld.
... everything that you want to install via make installworld. ... (freebsd-questions) - Re: last cvs Makefile.inc1 errors
... >> make buildworld ... >> make buildkernel ... >>
make installworld ... Please stick to the exact sequence above. ... (freebsd-current) - Re: can i delete /usr/obj/ before installworld?
... >I'm really short on diskspace, and I have no room to run a make buildkernel
after I run make buildworld. ... >make installworld ... (freebsd-questions)