changeset 445:99d38a2d5d81

7118094: Use of printf on Mac cannot accept format string starting with -- Reviewed-by: dholmes
author ohair
date Tue, 06 Dec 2011 08:42:41 -0800
parents 14e7d22479f2
children 25457f672756
files make/Defs-internal.gmk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/Defs-internal.gmk	Tue Dec 06 08:33:56 2011 -0800
+++ b/make/Defs-internal.gmk	Tue Dec 06 08:42:41 2011 -0800
@@ -79,7 +79,7 @@
 # Find all build_time_* files and print their contents in a list sorted
 # on the name of the sub repository.
 define ReportBuildTimes
-$(PRINTF) "-- Build times ----------\nTarget %s\nStart %s\nEnd   %s\n%s\n%s\n-------------------------\n" \
+$(PRINTF) "#-- Build times ----------\nTarget %s\nStart %s\nEnd   %s\n%s\n%s\n-------------------------\n" \
 $1 \
 "`$(CAT) $(BUILDTIMESDIR)/build_time_start_TOTAL_human_readable`" \
 "`$(CAT) $(BUILDTIMESDIR)/build_time_end_TOTAL_human_readable`" \