From owner-freebsd-current Mon Oct 28 00:43:29 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA13277 for current-outgoing; Mon, 28 Oct 1996 00:43:29 -0800 (PST) Received: from pcpsj.pfcs.com (harlan.fred.net [205.252.219.31]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id AAA13268 for ; Mon, 28 Oct 1996 00:43:26 -0800 (PST) Received: from mumps.pfcs.com (mumps.pfcs.com [192.52.69.11]) by pcpsj.pfcs.com (8.6.12/8.6.9) with SMTP id DAA06444 for ; Mon, 28 Oct 1996 03:43:19 -0500 Received: from localhost by mumps.pfcs.com with SMTP id AA11455 (5.67b/IDA-1.5 for ); Mon, 28 Oct 1996 03:43:17 -0500 To: freebsd-current@freebsd.org Subject: "make install" for subsequent machines? Date: Mon, 28 Oct 1996 03:43:16 -0400 Message-Id: <11453.846492196@mumps.pfcs.com> From: Harlan Stenn Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk One of the machines on my network stays -current wich cvsup. Periodically, I do a "make world" using the -current repository on one machine. Whenever I've tried (in the past) to upgrade/install other machines using the -current src and obj trees, I've noticed that many things get recompiled. How can I "install" from a -current src and obj hierarchy on other machines without having to recompile various bits? If this is documented somewhere, please let me know. I didn't see it in the FAQ or handbook. H