From owner-svn-src-head@FreeBSD.ORG Mon Jan 24 06:40:50 2011 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 028D0106566C; Mon, 24 Jan 2011 06:40:50 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id B845B8FC21; Mon, 24 Jan 2011 06:40:49 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id p0O6RPVg012494; Sun, 23 Jan 2011 23:27:25 -0700 (MST) (envelope-from imp@bsdimp.com) Message-ID: <4D3D1BCC.8040502@bsdimp.com> Date: Sun, 23 Jan 2011 23:27:24 -0700 From: Warner Losh User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20101211 Thunderbird/3.1.7 MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <201101222310.p0MNAwIY007637@svn.freebsd.org> In-Reply-To: <201101222310.p0MNAwIY007637@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r217734 - head X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2011 06:40:50 -0000 On 01/22/2011 16:10, Bjoern A. Zeeb wrote: > Author: bz > Date: Sat Jan 22 23:10:58 2011 > New Revision: 217734 > URL: http://svn.freebsd.org/changeset/base/217734 > > Log: > In `make targets` print the make variable TARGETS as we expect it rather > than the grammatically better sounding variant without the 'S'. This > allows copy and paste and is less confusing. > Also, 'make targets' explains which targets are supported by make buildworld, not make universe. Again, please revert. Warner > Modified: > head/Makefile > > Modified: head/Makefile > ============================================================================== > --- head/Makefile Sat Jan 22 22:57:28 2011 (r217733) > +++ head/Makefile Sat Jan 22 23:10:58 2011 (r217734) > @@ -297,7 +297,7 @@ TARGET_ARCHES_${target}?= ${target} > .endfor > > targets: > - @echo "Supported TARGET/TARGET_ARCH pairs" > + @echo "Supported TARGETS/TARGET_ARCH pairs" > .for target in ${TARGETS} > .for target_arch in ${TARGET_ARCHES_${target}} > @echo " ${target}/${target_arch}" > > >