Skip to content

Commit 8ee97b1

Browse files
committed
show-valid-targets: Indent each target 2 spaces.
Sponsored by: EMC / Isilon Storage Division
1 parent d237fa1 commit 8ee97b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: targets/Makefile.xtras

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ show-valid-targets:
4949
.for _machine in ${all_machine_list:O}
5050
.if !empty(BUILD_TARGETS_${_machine:tu})
5151
@echo "Build targets for ${_machine} (leave out the ${target_dirs:S,${_here:T},,:S,^/,,:S,$,/,}):"
52-
@echo "${BUILD_TARGETS_${_machine:tu}:O:ts\n}"
52+
@echo -e "${BUILD_TARGETS_${_machine:tu}:O:ts\n}" | sed -e 's,^, ,'
5353
@echo
5454
.endif
5555
.endfor
56-
@echo "Other targets:"; echo "${OTHER_TARGETS:O:ts\n}"
56+
@echo "Other targets:"; echo "${OTHER_TARGETS:O:ts\n}" | sed -e 's,^, ,'
5757
.endif
5858

5959
help: show-help

0 commit comments

Comments
 (0)