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}"
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"