compiling the kernel faster

Glenn Dawson glenn at antimatter.net
Thu Oct 27 18:20:14 PDT 2005


At 04:36 PM 10/27/2005, Daniel Molina Wegener wrote:
>    On Thu, Oct 27, 2005 at 05:14:51AM -0700,
>    ray at redshift.com wrote:
>
> > At 04:54 AM 10/27/2005 -0700, kamal kc wrote:
> > | hello everybody,
> > |
> > | i am new to kernel programming.
> > | i am developing a compression/decompression
> > | functionality in the ip layer.
> > |
> > | i want to compile the kernel faster.
> > |

You can set NOCLEAN in your environment.  That will save you from 
having to rebuild things that didn't change.  Major time saver if 
you're only working in a couple of files.

-Glenn 



More information about the freebsd-hackers mailing list