Something I should know about 'make buildkernel ...', but I don't.

2003-09-23 Thread D J Hawkey Jr
Hi All. Something's been bugging me about 'make buildkernel ...' (or pro'lly more precisely, the docs): How do I re-make the kernel without first cleaning /usr/obj/...? After applying patches, I bump $BRANCH in /sys/conf/newvers.sh, and would like the running kernel to reflect the current

Re: Something I should know about 'make buildkernel ...', but I don't.

2003-09-23 Thread D J Hawkey Jr
On Sep 23, at 03:45 PM, Matthew Seaman wrote: On Tue, Sep 23, 2003 at 09:32:26AM -0500, D J Hawkey Jr wrote: After applying patches, I bump $BRANCH in /sys/conf/newvers.sh, and would like the running kernel to reflect the current patchlevel, but not at the expense of a complete

[hawkeyd@visi.com: Re: Something I should know about 'make buildkernel ...', but I don't.]

2003-09-23 Thread D J Hawkey Jr
Just a little bit ago, I wrote: - Forwarded message from D J Hawkey Jr [EMAIL PROTECTED] - But you seem to agree that something this trivial shouldn't yield a broken kernel if /usr/obj/usr/src/sys/... is unchanged from the previous build, right? - End forwarded message -

Re: Something I should know about 'make buildkernel ...', but I don't.

2003-09-23 Thread Lowell Gilbert
D J Hawkey Jr [EMAIL PROTECTED] writes: Something's been bugging me about 'make buildkernel ...' (or pro'lly more precisely, the docs): How do I re-make the kernel without first cleaning /usr/obj/...? [snip] Anyway, is it as simple as: make buildkernel -DNOCLEAN KERNCONF=... That