From owner-freebsd-current@FreeBSD.ORG Mon Feb 25 19:03:01 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96A0816A401; Mon, 25 Feb 2008 19:03:01 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from mail.vega.ru (infra.dev.vega.ru [90.156.167.14]) by mx1.freebsd.org (Postfix) with ESMTP id 496F813C45B; Mon, 25 Feb 2008 19:03:00 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from [87.242.97.68] (port=58040 helo=edoofus.dev.vega.ru) by mail.vega.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JTibJ-0002Yn-Pz; Mon, 25 Feb 2008 19:02:57 +0000 Received: from edoofus.dev.vega.ru (localhost [127.0.0.1]) by edoofus.dev.vega.ru (8.14.2/8.14.2) with ESMTP id m1PJ2sWW038525; Mon, 25 Feb 2008 22:02:54 +0300 (MSK) (envelope-from rermilov@team.vega.ru) Received: (from ru@localhost) by edoofus.dev.vega.ru (8.14.2/8.14.2/Submit) id m1PJ2sLE038524; Mon, 25 Feb 2008 22:02:54 +0300 (MSK) (envelope-from rermilov@team.vega.ru) X-Authentication-Warning: edoofus.dev.vega.ru: ru set sender to rermilov@team.vega.ru using -f Date: Mon, 25 Feb 2008 22:02:54 +0300 From: Ruslan Ermilov To: obrien@freebsd.org, Dag-Erling Sm??rgrav , Joseph Koshy , current@freebsd.org Message-ID: <20080225190254.GA38367@team.vega.ru> References: <20080224190637.GB18096@team.vega.ru> <20080224193221.GA25526@dragon.NUXI.org> <20080224194358.GC18096@team.vega.ru> <20080224205121.GB27938@dragon.NUXI.org> <20080224212642.GA15362@plan0.kaiwan.csbnet.se> <20080224213434.GA29077@dragon.NUXI.org> <20080225071825.GE18096@team.vega.ru> <20080225083555.GB40376@dragon.NUXI.org> <20080225113950.GF18096@team.vega.ru> <20080225171630.GA80931@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080225171630.GA80931@dragon.NUXI.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: Re: [HEADS UP] ar(1) front-end committed. (notes for cross compile) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 19:03:01 -0000 On Mon, Feb 25, 2008 at 09:16:30AM -0800, David O'Brien wrote: > On Mon, Feb 25, 2008 at 02:39:51PM +0300, Ruslan Ermilov wrote: > > On Mon, Feb 25, 2008 at 12:35:55AM -0800, David O'Brien wrote: > > > > 2) there's no harm in bootstrapping more than necessary. > > > > > > Duplicated effort, and long build world times. > > > > Ahem. It's less than two seconds in wall clock time on a > > modern hardware. :-) > > Unless we build everything as a bootstrap tool (related to Marcel's > comment in this thread). > > Do you have a new diff that doesn't use any of the WITH_* stuff and just > converts to using the new 'ar'? > I think I showed my last patch. I thought we discussed everything, so it's now in CVS. I preserved _WITH_GNUAR, for the purposes of being able to upgrade (read: cross-build for a different arch) on earlier systems where bootstrapping BSD ar(1) is not supported -- it's only set by Makefile.inc1, and is not supposed to be set by a human being. I hope you'll like it. Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer