This reminds me of a simpler way to do it in the current situation.  In
all cases except crossbuilding and running the install on the build host
with DESTDIR=/mount_point,  The folowing command should work:

        make installworld INSTALL=/usr/obj/usr/src/usr.bin/xinstall/xinstall

Jim Bloom
[EMAIL PROTECTED]

Bruce Evans wrote:
> 
> Installing the xinstall built by buildworld, with itself, would be safe.
> Similarly for the new libc -- install it using the new xinstall using
> something like
> 
>     cd /usr/src/libc
>     MAKEOBJDIRPREFIX=/somehwere INSTALL=/somehwere/.../xinstall install
> 
> Simpler method: build and install the host xinstall static (NOSHARED=yes)
> before running installworld.  It's too late to do this after installworld
> corrupts the host's includes and libutil.a.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to