Subject: Re: Problem building tools/compile_et
To: None <current-users@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: current-users
Date: 01/07/2006 07:37:52
In article <20060107072358.GR12441@azeotrope.org>,
Dave Huang  <khym@azeotrope.org> wrote:
>Nobody else seems to have complained about this, so maybe there's
>something wrong on my end, but I can't figure out what it is.
>"build.sh tools" on -current/amd64 gives:
>
>dependall ===> compile_et
>nbmake: don't know how to make
>/usr/src.local/lib/libc/string/strlcpy.c. Stop
>
>nbmake: stopped in /usr/src.local/tools/compile_et
>
>*** Failed target:  dependall
>*** Failed command: cd /usr/src.local/tools/compile_et;
>*** /usr/tools/bin/nbmake realall
>*** Error code 2
>
>Stop.
>nbmake: stopped in /usr/src.local/tools/compile_et
>
>It looks like strlcpy.c was moved to src/common/lib/libc/string about
>two weeks ago, but as far as I can tell, src/tools/compile_et/Makefile
>is looking for it in its old location of
>${.CURDIR}/../../lib/libc/string.

Make cleandir.

christos