Subject: Re: make build
To: Brett Lymn <blymn@baea.com.au>
From: Alexander Frolkin <alexander@frolkin.demon.co.uk>
List: netbsd-help
Date: 03/29/2000 17:26:09
On Wed, Mar 29, 2000 at 10:54:45AM +0930, Brett Lymn wrote:
> > I want to build them in an empty directory and
> >then copy everything in that directory to / on the NetBSD machine.
> >
> 
> cd $DESTDIR && tar cf - . | rsh remote_machine "cd / && tar -x -B -p --unlink -f -"

I NFS mounted $DESTDIR on the NetBSD box, and used tar and I now have a
working 1.4.2 system. :-)

Alexander.