Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jan 2011 23:10:58 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217734 - head
Message-ID:  <201101222310.p0MNAwIY007637@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.

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?201101222310.p0MNAwIY007637>