On Sat, Dec 18, 2004 at 02:09:05PM +0100, "Anton W�llert" wrote: > Hello, > > i want to edit the syscons driver for additional vesa-support. but i don't > want to rebuild the whole kernel every time i add a few new lines or a > function. is there a way to just build the syscons object file and maby a > few dependencies every time and then just link it together with the rest of > the kernel, which i've builded once? > > > i hope someone can help me. thanks in advance.
make -DNOCLEAN buildkernel KERNCONF=YOURKERNEL should do the trick. -- <Insert your favourite quote here.> Erik Trulsson [EMAIL PROTECTED] _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

