Subject: Re: No kernel built when building from source. Path problem?
To: Alex <AlexSorg@gmx.de>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-users
Date: 10/16/2003 05:24:20
On Thu, 16 Oct 2003, Alex wrote:

> Build finished at: Wed Oct 15 23:35:00 CEST 2003
> distel# ./build.sh -O /usr/src/obj -D /storage/NetBSD_1.6.1_current -T
> /usr/src/tools kernel=GENERIC
>
> The last line is the command executed taken from shell history.
> The destination of the build is /storage/NetBSD_1.6.1_current, but the
> directory
> /storage/NetBSD_1.6.1_current/usr/src and below doesn't exist. Could it be,
> that the build tries to build
> the kernel there, but can't because the directory doesn't exist?

No, it's look like you're building 1.6.1, which doesn't support
"kernel=", so it just ignores it and builds a whole release! Look in
"/usr/src/BUILDING" for the acceptable options.

Frederick