From owner-freebsd-current@FreeBSD.ORG Fri Feb 22 09:47:27 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 7486216A40F; Fri, 22 Feb 2008 09:47:27 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 4A3B113C4D1; Fri, 22 Feb 2008 09:47:27 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m1M9RDGR022649; Fri, 22 Feb 2008 01:27:13 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m1M9RDjl022648; Fri, 22 Feb 2008 01:27:13 -0800 (PST) (envelope-from obrien) Date: Fri, 22 Feb 2008 01:27:13 -0800 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20080222092713.GA17107@dragon.NUXI.org> Mail-Followup-To: obrien@freebsd.org, Ruslan Ermilov , Kai Wang , "Dag-Erling C. Smorgrav" , Joseph Koshy , current@FreeBSD.org References: <20080221131209.GA2022@plan0.kaiwan.csbnet.se> <20080221140247.GC2022@plan0.kaiwan.csbnet.se> <20080221143351.GP57756@deviant.kiev.zoral.com.ua> <20080221152549.GB21518@team.vega.ru> <20080221173150.GA93693@dragon.NUXI.org> <20080222070728.GA56282@team.vega.ru> <20080222091642.GB57428@team.vega.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080222091642.GB57428@team.vega.ru> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Joseph Koshy , Kai Wang , "Dag-Erling C. Smorgrav" , current@FreeBSD.org 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 Reply-To: obrien@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 09:47:27 -0000 On Fri, Feb 22, 2008 at 12:16:42PM +0300, Ruslan Ermilov wrote: > RCS file: /home/ncvs/src/usr.bin/Makefile,v .. > - ar \ > + ${_ar} \ .. > .if ${MK_TOOLCHAIN} != "no" > +_ar= ar Please commit now - I should have done it this way. > RCS file: /home/ncvs/src/usr.bin/ar/Makefile,v .. > -.if defined(WITH_BSDAR) > -PROG= ar > -.else > PROG= bsdar > -.endif > +LINKS= ${BINDIR}/bsdar ${BINDIR}/bsdranlib > +MLINKS= bsdar.1 bsdranlib.1 LINKS and MLINKS don't belong here in a Makefile - they are better located where I have them. > -NO_SHARED?= yes It looks like you're totally removing the NO_SHARED setting, or do you still have it set when BSD-ar is the default 'ar'?