# HG changeset patch # User ohair # Date 1323189761 28800 # Node ID 99d38a2d5d819b383a26be10be2222c5aa6562b2 # Parent 14e7d22479f267568c7c7c5861626a04c1e7f69f 7118094: Use of printf on Mac cannot accept format string starting with -- Reviewed-by: dholmes diff -r 14e7d22479f2 -r 99d38a2d5d81 make/Defs-internal.gmk --- 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`" \