Date: Sun, 23 Jan 2011 23:27:24 -0700 From: Warner Losh <imp@bsdimp.com> To: "Bjoern A. Zeeb" <bz@FreeBSD.org> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r217734 - head Message-ID: <4D3D1BCC.8040502@bsdimp.com> In-Reply-To: <201101222310.p0MNAwIY007637@svn.freebsd.org> References: <201101222310.p0MNAwIY007637@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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}" > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D3D1BCC.8040502>