Quick hack to make fast kernel builds easier

Ed Schouten ed at 80386.nl
Sun Jan 11 09:24:29 PST 2009


* M. Warner Losh <imp at bsdimp.com> wrote:
> This patch makes
> 
> make buildkernel -DKERNFAST
> 
> a short cut for
> 
> make buildkernel -DNO_KERNELCLEAN -DNO_KERNELCONFIG -DNO_KERNELDEPEND
> 
> which is a lot shorter to type.

Why not call it:

	make buildkernel -DOIT

</bikeshed>

Seriously: Please commit this. I often just run `make' in /usr/obj/...,
which also saves some typing, but unfortunately that doesn't work when
cross compiling.

-- 
 Ed Schouten <ed at 80386.nl>
 WWW: http://80386.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-arch/attachments/20090111/74ad1ab4/attachment.pgp


More information about the freebsd-arch mailing list