Subject: Re: Compilation kernel problem
To: kamel derouiche <derouiche_dz@yahoo.fr>
From: Geert Hendrickx <ghen@NetBSD.org>
List: current-users
Date: 08/31/2006 15:36:20
On Thu, Aug 31, 2006 at 01:32:26PM +0200, kamel derouiche wrote:
> I get the following error when I try to 'make depend'
> a NetBSD current 4.x.x Kernel  version 1.777 with
>
> /build.sh -u kernel=GENERIC
>
> ERROR: build.sh must be run from the top source level
> *** BUILD ABORTED ***

As the message says, cd a few dirs back and invoke build.sh from the top
of your src/ tree.  e.g. cd /usr/src && ./build.sh -u kernel=GENERIC.

	Geert