--- a/.hgignore Thu Mar 08 20:34:29 2012 -0800
+++ b/.hgignore Wed Jul 05 18:04:57 2017 +0200
@@ -3,3 +3,4 @@
/nbproject/private/
^webrev
^.hgtip
+.DS_Store
--- a/.hgtags-top-repo Thu Mar 08 20:34:29 2012 -0800
+++ b/.hgtags-top-repo Wed Jul 05 18:04:57 2017 +0200
@@ -150,3 +150,4 @@
2accafff224ae39caf5f532c305251ba624bf2c0 jdk8-b26
1533dfab9903e4edcfead3b0192643f38c418b9b jdk8-b27
6e2541d60f4e342b5b67140271d7611643929dc3 jdk8-b28
+41460de042580bc4a4ce3f863779c66f39cb8578 jdk8-b29
--- a/make/Defs-internal.gmk Thu Mar 08 20:34:29 2012 -0800
+++ b/make/Defs-internal.gmk Wed Jul 05 18:04:57 2017 +0200
@@ -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`" \
--- a/make/jprt.properties Thu Mar 08 20:34:29 2012 -0800
+++ b/make/jprt.properties Wed Jul 05 18:04:57 2017 +0200
@@ -39,6 +39,7 @@
solaris_x64_5.10-{product|fastdebug}, \
linux_i586_2.6-{product|fastdebug}, \
linux_x64_2.6-{product|fastdebug}, \
+ macosx_x64_10.7-{product|fastdebug}, \
windows_i586_5.1-{product|fastdebug}, \
windows_x64_5.2-{product|fastdebug}
@@ -53,6 +54,7 @@
solaris_x64_5.10-product-c2-TESTNAME, \
linux_i586_2.6-product-{c1|c2}-TESTNAME, \
linux_x64_2.6-product-c2-TESTNAME, \
+ macosx_x64_10.7-product-c2-TESTNAME, \
windows_i586_5.1-product-c1-TESTNAME, \
windows_x64_5.2-product-c2-TESTNAME