Subject: Re: 1.5 branch build?
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Andrew Cagney <cagney@mac.com>
List: current-users
Date: 03/12/2002 20:32:07
> On Mon, Mar 11, 2002 at 10:10:18PM -0500, Andrew Cagney wrote:
> 
>> Hello,
>> 
>> When trying to build the 1.5 branch I'm seeing:
>> 
>> obj ===> usr.sbin/cron
>> obj ===> usr.sbin/dbsym
>> cd: can't cd to /usr/src/usr.sbin/dbsym
>> *** Error code 2
> 
> 
> How did you get the source ? dbsym is part of the syssrc CVS module, not
> basesrc. To get it:
> cd /tmp/
> cvs co syssrc/usr.sbin/dbsym
> mv syssrc/usr.sbin/dbsym /usr/src/usr.sbin/

cd src ; cvs update -r netbsd-1-5

Andrew