Subject: Re: flist oddity.
To: None <current-users@netbsd.org>
From: Tyler Retzlaff <rtr@netbsd.org>
List: current-users
Date: 01/26/2004 18:31:11
> I thought that it might be a dirty source tree, so I deleted src and xsrc
> and re-grabbed via CVS.

Avoid the polluted source tree concerns forever w/ read-only source.

e.g. one possible way (of many)
mkdir /x/tools
mkdir /x/obj
mount_null -o rdonly /x/cvs/src /usr/src
mount_null -o rdonly /x/cvs/xsrc /usr/xsrc
cd /usr/src && ./build.sh -U -M /x/obj -T /x/tools -V MKX11=yes release

Obviously paths used are examples.  I'm sure you get the idea.

-- 

Tyler R. Retzlaff <rtr@NetBSD.org> http://www.NetBSD.org