summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-01-22 23:10:58 +0000
committerbz <bz@FreeBSD.org>2011-01-22 23:10:58 +0000
commit199e86369e48077f538859037fd039c8f0a848d1 (patch)
tree42344e95427ac29d68a40e5678ee5235c6b899d1 /Makefile
parentc94366e91304a510f9160d121ac4a8422c72ca69 (diff)
downloadFreeBSD-src-199e86369e48077f538859037fd039c8f0a848d1.zip
FreeBSD-src-199e86369e48077f538859037fd039c8f0a848d1.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5180fc0..f4c2c47 100644
--- a/Makefile
+++ b/Makefile
@@ -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}"
OpenPOWER on IntegriCloud