From owner-cvs-all Wed Aug 23 12:27:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F8FD37B424; Wed, 23 Aug 2000 12:27:31 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA28883; Wed, 23 Aug 2000 12:27:31 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200008231927.MAA28883@freefall.freebsd.org> From: John Baldwin Date: Wed, 23 Aug 2000 12:27:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/08/23 12:27:31 PDT Modified files: (Branch: RELENG_4) . Makefile.inc1 Log: MFC: Save any binaries we use by installworld, so that we won't use the binaries we just installed. This allows a future upgrade target to install a new system without intermediate reboots and also prevents conflicts for parallel make runs where we might exec a binary that's being installed at the same time. Note that 4-stable requires miniperl to be saved as an install tool unlike -current. Revision Changes Path 1.141.2.8 +14 -2 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message