show-valid-targets: Indent each target 2 spaces.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-03-30 22:26:14 +00:00
parent cfbf3971dc
commit 4f1c85df14
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297433

View file

@ -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