aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-03-30 22:26:14 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-03-30 22:26:14 +0000
commit4f1c85df14bdba51ee73298b4a37aa0eb4ea180a (patch)
treef191c1ba80e9b4380723652ad60ad2ae1c0db6ed /targets
parentcfbf3971dca5bd80974797a5591188465cf28e70 (diff)
downloadsrc-4f1c85df14bdba51ee73298b4a37aa0eb4ea180a.tar.gz
src-4f1c85df14bdba51ee73298b4a37aa0eb4ea180a.zip
show-valid-targets: Indent each target 2 spaces.
Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=297433
Diffstat (limited to 'targets')
-rw-r--r--targets/Makefile.xtras4
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/Makefile.xtras b/targets/Makefile.xtras
index 4372f5ac246a..124bddc9b01c 100644
--- a/targets/Makefile.xtras
+++ b/targets/Makefile.xtras
@@ -49,11 +49,11 @@ show-valid-targets:
.for _machine in ${all_machine_list:O}
.if !empty(BUILD_TARGETS_${_machine:tu})
@echo "Build targets for ${_machine} (leave out the ${target_dirs:S,${_here:T},,:S,^/,,:S,$,/,}):"
- @echo "${BUILD_TARGETS_${_machine:tu}:O:ts\n}"
+ @echo -e "${BUILD_TARGETS_${_machine:tu}:O:ts\n}" | sed -e 's,^, ,'
@echo
.endif
.endfor
- @echo "Other targets:"; echo "${OTHER_TARGETS:O:ts\n}"
+ @echo "Other targets:"; echo "${OTHER_TARGETS:O:ts\n}" | sed -e 's,^, ,'
.endif
help: show-help