Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2001 02:02:20 -0700
From:      "David O'Brien - Hackers" <freebsd-hackers@FreeBSD.ORG>
To:        Valentin Nechayev <netch@iv.nn.kiev.ua>
Cc:        Jiangyi Liu <gzjyliu@public.guangzhou.gd.cn>, freebsd-hackers@FreeBSD.ORG
Subject:   Re: How to recompile kernel after minor changes?
Message-ID:  <20010603020220.A89269@dragon.nuxi.com>
In-Reply-To: <20010603101848.A990@iv.nn.kiev.ua>; from netch@iv.nn.kiev.ua on Sun, Jun 03, 2001 at 10:18:49AM %2B0300
References:  <878zjb20fd.fsf@fatcow.home> <20010603101848.A990@iv.nn.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010603020220.A89269>