Date: Wed, 2 Jul 2003 12:39:10 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: Marcel Moolenaar <marcel@xcllnt.net> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20030702093910.GA74796@sunbay.com> In-Reply-To: <20030702081951.GA19646@dhcp01.pn.xcllnt.net> References: <200307011257.h61Cvr0j074180@repoman.freebsd.org> <20030701171328.GA6789@dhcp01.pn.xcllnt.net> <20030702071850.GA58755@sunbay.com> <20030702081951.GA19646@dhcp01.pn.xcllnt.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 02, 2003 at 01:19:51AM -0700, Marcel Moolenaar wrote: > On Wed, Jul 02, 2003 at 10:18:50AM +0300, Ruslan Ermilov wrote: > > On Tue, Jul 01, 2003 at 10:13:28AM -0700, Marcel Moolenaar wrote: > > > On Tue, Jul 01, 2003 at 05:57:53AM -0700, Ruslan Ermilov wrote: > > > > ru 2003/07/01 05:57:53 PDT > > > >=20 > > > > FreeBSD src repository > > > >=20 > > > > Modified files: > > > > . Makefile.inc1=20 > > > > Log: > > > > Put rescue/ into a correct slot in the SUBDIR list. Sort bootstr= ap-, > > > > build-, and cross-tools lists, reformat lists for easier maintena= nce. > > >=20 > > > Did you test this? > > >=20 > >=20 > > And, what problems are you having with this my commit? >=20 > The ordering of both bootstrap-tools and cross-tools is not > freely changeable due to dependencies. Especially cross-tools > used to have the nack that you need the compiler last in > principle. Anything built after the compiler would use the > cross-compiler and thus will not run on the build-machine > if incompatible from the target. The compiler is now built > second and I'm expecting that all tools built after it will > not run. Unless something changed since the last time I looked. >=20 The cross-compiler is installed into WORLDTMP which is part of XPATH. XPATH only appears in PATH for WMAKEENV and IMAKEENV. The bootstrap- and cross-tools use BMAKEENV with standard PATH (except for ${WORLDTMP}/legacy, to pick up tools build in the bootstrap-tools stage, which is okay). To summarize, we don't use any of cross-tools before the _includes stage of buildworld. But we use some of bootstrap- tools (mostly legacy: bits) in the cross-tools stage. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/Aqg9Ukv4P6juNwoRAnNrAJ97nt4zhnMV2njmc/zXg1D7YsGZ5ACeK5sG 06MR48Dfi8fT0IdgZ8hZNm4= =lqUs -----END PGP SIGNATURE----- --huq684BweRXVnRxX--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030702093910.GA74796>