From owner-cvs-all@FreeBSD.ORG Wed Jul 2 01:19:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 734AB37B404; Wed, 2 Jul 2003 01:19:53 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BF7A43FFD; Wed, 2 Jul 2003 01:19:52 -0700 (PDT) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.9/8.12.9) with ESMTP id h628JqDZ025001; Wed, 2 Jul 2003 01:19:52 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.9/8.12.9) with ESMTP id h628Jpgd019767; Wed, 2 Jul 2003 01:19:51 -0700 (PDT) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.9/8.12.9/Submit) id h628Jp3m019766; Wed, 2 Jul 2003 01:19:51 -0700 (PDT) (envelope-from marcel) Date: Wed, 2 Jul 2003 01:19:51 -0700 From: Marcel Moolenaar To: Ruslan Ermilov Message-ID: <20030702081951.GA19646@dhcp01.pn.xcllnt.net> References: <200307011257.h61Cvr0j074180@repoman.freebsd.org> <20030701171328.GA6789@dhcp01.pn.xcllnt.net> <20030702071850.GA58755@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030702071850.GA58755@sunbay.com> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 08:19:56 -0000 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