Date: Thu, 23 Dec 1999 15:37:20 +0100 From: Marcel Moolenaar <marcel@scc.nl> To: Bruce Evans <bde@zeta.org.au> Cc: Matthew Dillon <dillon@apollo.backplane.com>, "Andrey A. Chernov" <ache@freebsd.org>, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <386233A0.B4CFA24B@scc.nl> References: <Pine.BSF.4.10.9912232337090.22739-100000@alphplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans wrote:
>
> > The problem Andrey had can only explained by a faulty path, because his
> > trigger case (make update) doesn't even use any of the WORLDTMP,
> > STRICTTMPPATH and TMPPATH settings; they are basicly set for nothing
> > (which indicates that the current Makefile layout is suboptimal (or
> > broken if you like :-))
> >
> > Even if it did, nowhere in the makefiles is STRICTTMPPATH used other
> > than appending it with PATH...
>
> I think we should copy the standard utilities that we need to
> ${STRICTTMPPATH} at the start of buildworld and set PATH=${STRICTTMPPATH}
> for the rest of the build. This corresponds to bootstrapping the tools
> and setting PATH=${STRICTTMPPATH} after bootstrapping in the old Makefile.
I've been thinking about this, but it is probably a bit too sensitive
when applied to the complete buildworld target. I do follow this
approach for installworld, so that we don't run anything we overwrite
during installation. For installworld I need to copy 2 dozen binaries.
This number is probably larger when used for a complete buildworld.
--
Marcel Moolenaar mailto:marcel@scc.nl
SCC Internetworking & Databases http://www.scc.nl/
The FreeBSD project mailto:marcel@FreeBSD.org
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?386233A0.B4CFA24B>
