Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 1996 20:40:56 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@FreeBSD.org (FreeBSD-current users)
Cc:        Harlan.Stenn@pfcs.com (Harlan Stenn)
Subject:   Re: "make install" for subsequent machines?
Message-ID:  <199610281940.UAA01386@uriah.heep.sax.de>
In-Reply-To: <11453.846492196@mumps.pfcs.com> from Harlan Stenn at "Oct 28, 96 03:43:16 am"

next in thread | previous in thread | raw e-mail | index | archive | help
As Harlan Stenn wrote:

> How can I "install" from a -current src and obj hierarchy on other
> machines without having to recompile various bits?

Mount your remote machine (/ and /usr, i think) to some point, say
/mnt and /mnt/usr.  Then run

	make install DESTDIR=/mnt/

(The trailing slash might be important, i'm not sure.)

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610281940.UAA01386>