Re: Building part of world

2004-10-30 Thread Giorgos Keramidas
On 2004-10-29 23:30, Brad Waite <[EMAIL PROTECTED]> wrote: > > Brave people might even get away by building the sk module only, by > > emulating the specific part of the kernel build: > > > > # cd /usr/src/sys/modules/sk > > # env MAKEOBJDIRPREFIX=/tmp/sk \ > > KMODDIR=/boot/kernel DE

Re: Building part of world

2004-10-29 Thread Brad Waite
> On 2004-10-29 13:37, Dan Nelson <[EMAIL PROTECTED]> wrote: >> In the last episode (Oct 29), Brad Waite said: >> > I'm trying to update my sys/pci/if_sk.c and would like to be able to >> > build several versions without having to build the entire world. >> >> Since that's a kernel driver, you only

Re: Building part of world

2004-10-29 Thread Brad Waite
> In the last episode (Oct 29), Brad Waite said: >> I'm trying to update my sys/pci/if_sk.c and would like to be able to >> build several versions without having to build the entire world. > > Since that's a kernel driver, you only have to build a new kernel. Heh. I realized that about 10 minutes

Re: Building part of world

2004-10-29 Thread Giorgos Keramidas
On 2004-10-29 13:37, Dan Nelson <[EMAIL PROTECTED]> wrote: > In the last episode (Oct 29), Brad Waite said: > > I'm trying to update my sys/pci/if_sk.c and would like to be able to > > build several versions without having to build the entire world. > > Since that's a kernel driver, you only have t

Re: Building part of world

2004-10-29 Thread Dan Nelson
In the last episode (Oct 29), Brad Waite said: > I'm trying to update my sys/pci/if_sk.c and would like to be able to > build several versions without having to build the entire world. Since that's a kernel driver, you only have to build a new kernel. -- Dan Nelson [EMAIL PROTEC

Building part of world

2004-10-29 Thread Brad Waite
I'm trying to update my sys/pci/if_sk.c and would like to be able to build several versions without having to build the entire world. How would I do that? Thanks, Brad Waite ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/f