Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2000 12:13:21 +0300
From:      Ruslan Ermilov <ru@sunbay.com>
To:        Marcel Moolenaar <marcel@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src Makefile.inc1
Message-ID:  <20000719121321.A54935@sunbay.com>
In-Reply-To: <200007190441.VAA77617@freefall.freebsd.org>; from marcel@FreeBSD.org on Tue, Jul 18, 2000 at 09:41:59PM -0700
References:  <200007190441.VAA77617@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 18, 2000 at 09:41:59PM -0700, Marcel Moolenaar wrote:
> 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.
>   
The log message is incomplete.  Actually (and this is great) we now
use bootstrap-tools first and only then saved binaries.  We now do
not use installed binaries during installworld at all.

Question.  What if we just expand the list of bootstrap-tools with
tools needed for installworld (the ones we now save)?  The point here
is that (potentially) every tool that we use during installworld
could have bootstrapping problems.

Particularly, I don't see why we need to save /usr/bin/install-info.
It is already built and will be preffered as bootstrap-tools's tool.

(Sorry, Marcel, I did not have enough time to review your patch
before you committed it).


Cheers,
-- 
Ruslan Ermilov		Oracle Developer/DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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