Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2010 18:26:29 -0700
From:      Doug Barton <dougb@FreeBSD.org>
To:        Warner Losh <imp@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r212558 - head/usr.bin
Message-ID:  <4C9020C5.90108@FreeBSD.org>
In-Reply-To: <201009131530.o8DFU9f5010734@svn.freebsd.org>
References:  <201009131530.o8DFU9f5010734@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 9/13/2010 8:30 AM, Warner Losh wrote:
> Author: imp
> Date: Mon Sep 13 15:30:09 2010
> New Revision: 212558
> URL: http://svn.freebsd.org/changeset/base/212558
>
> Log:
>    Move to using Makefile.arch to include the proper target-specific programs.
>
> Modified:
>    head/usr.bin/Makefile
>
> Modified: head/usr.bin/Makefile
> ==============================================================================
> --- head/usr.bin/Makefile	Mon Sep 13 15:19:49 2010	(r212557)
> +++ head/usr.bin/Makefile	Mon Sep 13 15:30:09 2010	(r212558)
> @@ -11,48 +11,29 @@
>
>   SUBDIR=	alias \
>   	apply \
> -	${_ar} \

>   .if ${MK_TOOLCHAIN} != "no"
> -_ar=		ar

> +SUBDIR+=	ar


I'm curious about why you're changing the method we use to switch 
optional elements. The change seems gratuitous to me, but I'm willing to 
be persuaded.


Doug

-- 

	... and that's just a little bit of history repeating.
			-- Propellerheads

	Improve the effectiveness of your Internet presence with
	a domain name makeover!    http://SupersetSolutions.com/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C9020C5.90108>