Add newline before for better formatting

This commit is contained in:
sjg 2013-03-20 03:34:24 +00:00
parent 564a6e0ac6
commit d4512b24d3

View File

@ -102,7 +102,7 @@ $v = yes
# This allows us to work out how long reading
# Makefile.depend* takes.
.if ${.MAKEFLAGS:M-V} == ""
.info ${TIME_STAMP} Start ${.TARGETS}
.info ${.newline}${TIME_STAMP} Start ${.TARGETS}
now_utc = ${%s:L:gmtime}
start_utc := ${now_utc}
.endif