On Sun, Jun 03, 2001 at 10:18:49AM +0300, Valentin Nechayev wrote:
> > After just changing a little in sys/kern/kern_sig.c, how can I rebuild
> > the kernel fast? I think it should not take such a long time as 'make
> > buildkernel' does. Anyway, just kern_sig.c need to be recompiled and
> > the kernel can be linked. So how do you guys do in such case?
> 
> With changing only sys/kern/kern_sig.c,
> `make -DNOCLEAN -DNO_KERNELDEPEND -DNO_KERNELCONFIG -DNO_MODULES' can be used.
> But,
> 
> cd /usr/obj/usr/src/sys/${KERNCONF}
> make -DNO_MODULES

or ``make kernel''
and if you want to live dangerously ``make kernel-reinstall''.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to