Date: Fri, 22 Feb 2008 01:27:13 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: Joseph Koshy <jkoshy@FreeBSD.org>, Kai Wang <kaiw@FreeBSD.org>, "Dag-Erling C. Smorgrav" <des@FreeBSD.org>, current@FreeBSD.org Subject: Re: [HEADS UP] ar(1) front-end committed. (notes for cross compile) Message-ID: <20080222092713.GA17107@dragon.NUXI.org> In-Reply-To: <20080222091642.GB57428@team.vega.ru> References: <20080221131209.GA2022@plan0.kaiwan.csbnet.se> <20080221140247.GC2022@plan0.kaiwan.csbnet.se> <20080221143351.GP57756@deviant.kiev.zoral.com.ua> <fpk4fa$gj0$1@ger.gmane.org> <20080221152549.GB21518@team.vega.ru> <20080221173150.GA93693@dragon.NUXI.org> <20080222070728.GA56282@team.vega.ru> <20080222091642.GB57428@team.vega.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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'?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080222092713.GA17107>