Author: bdrewery Date: Wed Mar 30 22:26:14 2016 New Revision: 297433 URL: https://svnweb.freebsd.org/changeset/base/297433
Log: show-valid-targets: Indent each target 2 spaces. Sponsored by: EMC / Isilon Storage Division Modified: head/targets/Makefile.xtras Modified: head/targets/Makefile.xtras ============================================================================== --- head/targets/Makefile.xtras Wed Mar 30 22:12:07 2016 (r297432) +++ head/targets/Makefile.xtras Wed Mar 30 22:26:14 2016 (r297433) @@ -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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"