Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2013 03:34:24 +0000 (UTC)
From:      "Simon J. Gerraty" <sjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r248540 - projects/bmake/pkgs
Message-ID:  <201303200334.r2K3YOGd062484@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303200334.r2K3YOGd062484>