# HG changeset patch # User michaelm # Date 1331065518 0 # Node ID 452c9c3f0a962477e3137ef8ec1234052b7e04c5 # Parent 9987f56a2916a3483a5e1b7d98619c02f03d5a01 7113349: Initial changeset for Macosx port to jdk Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks Contributed-by: Alan Bateman , Alexander Potochkin , Alexander Zuev , Andrew Brygin , Artem Ananiev , Alex Strange , Bino George , Christine Lu , David Katleman , David Durrence , Dmitry Cherepanov , Greg Lewis , Kevin Miller , Kurt Miller , Landon Fuller , Leonid Romanov , Loefty Walkowiak , Mark Reinhold , Naoto Sato , Philip Race , Roger Hoover , Scott Kovatch , Sergey ByloKhov , Mike Swingler , Tomas Hurka diff -r 9987f56a2916 -r 452c9c3f0a96 .hgignore --- a/.hgignore Tue Feb 28 17:54:33 2012 -0800 +++ b/.hgignore Tue Mar 06 20:25:18 2012 +0000 @@ -3,3 +3,4 @@ /nbproject/private/ ^webrev ^.hgtip +.DS_Store diff -r 9987f56a2916 -r 452c9c3f0a96 make/Defs-internal.gmk --- a/make/Defs-internal.gmk Tue Feb 28 17:54:33 2012 -0800 +++ b/make/Defs-internal.gmk Tue Mar 06 20:25:18 2012 +0000 @@ -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`" \ diff -r 9987f56a2916 -r 452c9c3f0a96 make/jprt.properties --- a/make/jprt.properties Tue Feb 28 17:54:33 2012 -0800 +++ b/make/jprt.properties Tue Mar 06 20:25:18 2012 +0000 @@ -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