Subject: Re: Kernel dependencies failure
To: Tracy Nelson <tnelson158@attbi.com>
From: Chris Gilbert <chris@paradox.demon.co.uk>
List: netbsd-help
Date: 02/23/2002 12:56:26
On Friday 22 February 2002 5:23 pm, Tracy Nelson wrote:
> I'm trying to upgrade my system from 1.5.1 to 1.5.3_ALPHA.  I've
> downloaded the sources tagged 'netbsd-1-5' from CVS.  I rebuilt and
> installed the latest version of config.  I configured my new kernel
> definitions.  When I try to generate the dependencies, I am getting the
> following error:
>
> garlic: {303} make depend
> depending the kern library objects
> depending the compat library objects
> make: don't know how to make ../../../../sys/stdint.h. Stop
>
> Is there something I need to remove or reconfigure before I try to make
> the dependencies?

Have you tried doing make cleandir, gets rid of any .depend files lurking 
that can sometimes confuse things.

Chris