cvs commit: src Makefile.inc1

Marcel Moolenaar marcel at xcllnt.net
Wed Jul 2 01:19:56 PDT 2003


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 at xcllnt.net


More information about the cvs-all mailing list