Hi,
I'm trying to build a release (to be able to publish file sets for the
stable tree for a number of architectures on May 1st), but I'm having
some troubles.
Creating the links for the obj directories during 'make obj' fails like
this:
===> libexec/login_token
/usr/src/libexec/login_token/obj -> /usr/obj/libexec/login_token
===> libexec/login_radius
/usr/src/libexec/login_radius/obj -> /usr/obj/libexec/login_radius
===> libexec/login_tis
/usr/src/libexec/login_tis/obj -> /usr/obj/libexec/login_tis
===> libexec/rpc.yppasswdd
/usr/src/libexec/rpc.yppasswdd/obj -> /usr/obj/libexec/rpc.yppasswdd
===> libexec/ld.so
/bin/sh: cd: /usr/src/libexec/ld.so - No such file or directory
*** Error code 1
Stop in /usr/src/libexec (line 48 of /usr/share/mk/bsd.subdir.mk).
*** Error code 1
Stop in /usr/src (line 48 of /usr/share/mk/bsd.subdir.mk).
This happens on amd64, i386, macppc and sparc64.
Is there something wrong with the source tree (my tree is in sync with
the anoncvs mirror (tag: OPENBSD_4_5) or am I doing something wrong?
Maurice