On Mon, May 08, 2000 at 10:52:50PM -0700, Ken Keeler wrote:
> I was playing around with a couple of my new 4.0 stable machines tonight
> and discovered if /usr/obj is deleted the new make buildkernel
> installkernel process fails.
This is intended. The point of "make [build|install]kernel is to build a
kernel using executables present in /usr/obj.
The correct method for rebuilding a kernel is still:
# cd /sys/i386/conf && config KERNELNAME && cd ../../compile/KERNELNAME
&& make depend && make && make install
Eric
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message