Re: upgrading from 6.1 to 6.2 with custom kernel

2007-01-21 Thread Martin Tournoij
On Sun, Jan 21, 2007 at 11:45:36AM -0500, Jeff Royle wrote: > Jonathan Horne wrote: > >On Saturday 20 January 2007 20:58, [EMAIL PROTECTED] wrote: > >>Terrific waste of bandwidth. > >*shrug* i dont see it that way. i see it as insurance that when i build > >kernels for 15 machines, > >they are a

Re: upgrading from 6.1 to 6.2 with custom kernel

2007-01-21 Thread Jeff Royle
Jonathan Horne wrote: On Saturday 20 January 2007 20:58, [EMAIL PROTECTED] wrote: Terrific waste of bandwidth. *shrug* i dont see it that way. i see it as insurance that when i build kernels for 15 machines, they are all getting the cleanest sources possible, with absolutely nothing left ov

Re: upgrading from 6.1 to 6.2 with custom kernel

2007-01-21 Thread Christian Baer
On Sun, 21 Jan 2007 08:29:52 -0600 Jonathan Horne wrote: >> Terrific waste of bandwidth. > > *shrug* i dont see it that way. i see it as insurance that when i build > kernels for 15 machines, they are all getting the cleanest sources possible, > with absolutely nothing left over from a previous

Re: upgrading from 6.1 to 6.2 with custom kernel

2007-01-21 Thread Jonathan Horne
On Saturday 20 January 2007 20:58, [EMAIL PROTECTED] wrote: > Terrific waste of bandwidth. *shrug* i dont see it that way. i see it as insurance that when i build kernels for 15 machines, they are all getting the cleanest sources possible, with absolutely nothing left over from a previous build

Re: upgrading from 6.1 to 6.2 with custom kernel

2007-01-20 Thread [EMAIL PROTECTED]
On 20/01/07, Jonathan Horne <[EMAIL PROTECTED]> wrote: rm -rf /usr/src/* /usr/obj/* and then just cvsup a whole new set of sources. Terrific waste of bandwidth. -- -- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/

Re: upgrading from 6.1 to 6.2 with custom kernel

2007-01-20 Thread Jonathan Horne
On Saturday 20 January 2007 15:40, Daniel A. wrote: > Christian Baer wrote: > > On Sat, 20 Jan 2007 13:25:16 -0600 Jonathan Horne wrote: > >> usually, i: > >> > >> rm -rf /usr/src/* /usr/obj/* > >> > >> and then just cvsup a whole new set of sources. i then buildworld and > >> buildkernel as laid

Re: upgrading from 6.1 to 6.2 with custom kernel

2007-01-20 Thread Daniel A.
Christian Baer wrote: On Sat, 20 Jan 2007 13:25:16 -0600 Jonathan Horne wrote: usually, i: rm -rf /usr/src/* /usr/obj/* and then just cvsup a whole new set of sources. i then buildworld and buildkernel as laid out in the handbook: You do of course know that by doing that you also erase yo

Re: upgrading from 6.1 to 6.2 with custom kernel

2007-01-20 Thread Christian Baer
On Sat, 20 Jan 2007 13:25:16 -0600 Jonathan Horne wrote: > usually, i: > > rm -rf /usr/src/* /usr/obj/* > > and then just cvsup a whole new set of sources. i then buildworld and > buildkernel as laid out in the handbook: You do of course know that by doing that you also erase your custom kernel

Re: upgrading from 6.1 to 6.2 with custom kernel

2007-01-20 Thread Eric
Zbigniew Szalbot wrote: Hello, I am looking at this link: http://mikestammer.com/dokuwiki/bsd:updateos Would you think I am safe running these instructions to update 6.1 stable to 6.2? My one question is about this: make clean;make cleanworld Can they be used at one go? Or should I

Re: upgrading from 6.1 to 6.2 with custom kernel

2007-01-20 Thread Jonathan Horne
On Saturday 20 January 2007 12:39, Zbigniew Szalbot wrote: > Hello, > > I am looking at this link: > http://mikestammer.com/dokuwiki/bsd:updateos > > Would you think I am safe running these instructions to update 6.1 stable > to 6.2? > > My one question is about this: > > make clean;make cleanworld

upgrading from 6.1 to 6.2 with custom kernel

2007-01-20 Thread Zbigniew Szalbot
Hello, I am looking at this link: http://mikestammer.com/dokuwiki/bsd:updateos Would you think I am safe running these instructions to update 6.1 stable to 6.2? My one question is about this: > make clean;make cleanworld Can they be used at one go? Or should I issue make clean and then make cle