Re: Rebuilding everything

From: Tom Trelvik (ttt_at_cwru.edu)
Date: 03/31/05

  • Next message: Chuck Robey: "Re: my ethernet to my laptop/getting the tcp/X11 socket up"
    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"


  • Next message: Chuck Robey: "Re: my ethernet to my laptop/getting the tcp/X11 socket up"

    Relevant Pages