Subject: Re: current kernel compile failing on properties.h
To: None <heitzso@growthmodels.com>
From: Robert Swindells <rjs@fdy2.demon.co.uk>
List: port-sparc
Date: 09/25/2006 15:31:24
Heitzso wrote:
>nbmake: don't know how to make /usr/src/sys/sys/properties.h. Stop

>I've tried 4 times to cvs update /usr/src against current and get a
>clean compile of GENERIC.MP with the command sequence

>cd /usr/src
>cvs update -dPA

If you use the -q option to cvs you will be able to see more easily
what has changed as well as any extra files in the tree. The extra
ones with be prefixed with a '?' character.

% cvs -q update -dPA

>./build.sh -u tools kernel=GENERIC.MP

Don't use the -u flag to build.sh here. It will prevent the kernel build
directory being cleaned out.