diff --git a/.hgignore b/.hgignore index 8fde2caf08d94911e3c0cf10c9cb6dfdca1189ed..156055ab55183e4012aa3c2fe40deac383a83504 100644 --- a/.hgignore +++ b/.hgignore @@ -3,3 +3,4 @@ /nbproject/private/ ^webrev ^.hgtip +.DS_Store diff --git a/make/Defs-internal.gmk b/make/Defs-internal.gmk index 89ca1c179ec9419a8c1066dfe74475830892881c..bc3f32bbd5d7bd7f0b7521429cdd3bf0306c191c 100644 --- a/make/Defs-internal.gmk +++ b/make/Defs-internal.gmk @@ -79,7 +79,7 @@ endef # 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 --git a/make/jprt.properties b/make/jprt.properties index b9c8d5b6c07b10e3e2416ebcc9c9bf5d74720140..abe0c1f64a3f7c2d68a7aa1ba3f783ce3b536c06 100644 --- a/make/jprt.properties +++ b/make/jprt.properties @@ -39,6 +39,7 @@ jprt.build.targets= \ 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 @@ jprt.my.test.target.set= \ 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