From owner-cvs-all Tue Jul 18 21:42: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD39B37BCBE; Tue, 18 Jul 2000 21:41:59 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA77617; Tue, 18 Jul 2000 21:41:59 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007190441.VAA77617@freefall.freebsd.org> From: Marcel Moolenaar Date: Tue, 18 Jul 2000 21:41:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/18 21:41:59 PDT Modified files: . Makefile.inc1 Log: 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. Revision Changes Path 1.156 +14 -3 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message