svn commit: r248540 - projects/bmake/pkgs

Simon J. Gerraty sjg at FreeBSD.org
Wed Mar 20 03:34:25 UTC 2013


Author: sjg
Date: Wed Mar 20 03:34:24 2013
New Revision: 248540
URL: http://svnweb.freebsd.org/changeset/base/248540

Log:
  Add newline before  for better formatting

Modified:
  projects/bmake/pkgs/Makefile

Modified: projects/bmake/pkgs/Makefile
==============================================================================
--- projects/bmake/pkgs/Makefile	Wed Mar 20 02:42:52 2013	(r248539)
+++ projects/bmake/pkgs/Makefile	Wed Mar 20 03:34:24 2013	(r248540)
@@ -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


More information about the svn-src-projects mailing list