Date: Wed, 2 Jul 2003 01:19:51 -0700 From: Marcel Moolenaar <marcel@xcllnt.net> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20030702081951.GA19646@dhcp01.pn.xcllnt.net> In-Reply-To: <20030702071850.GA58755@sunbay.com> References: <200307011257.h61Cvr0j074180@repoman.freebsd.org> <20030701171328.GA6789@dhcp01.pn.xcllnt.net> <20030702071850.GA58755@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 > > > > > > FreeBSD src repository > > > > > > Modified files: > > > . Makefile.inc1 > > > Log: > > > Put rescue/ into a correct slot in the SUBDIR list. Sort bootstrap-, > > > build-, and cross-tools lists, reformat lists for easier maintenance. > > > > Did you test this? > > > > And, what problems are you having with this my commit? 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. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030702081951.GA19646>