Skip to content

Commit

Permalink
7113349: Initial changeset for Macosx port to jdk
Browse files Browse the repository at this point in the history
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks
Contributed-by: Alan Bateman <[email protected]>, Alexander Potochkin <[email protected]>, Alexander Zuev <[email protected]>, Andrew Brygin <[email protected]>, Artem Ananiev <[email protected]>, Alex Strange <[email protected]>, Bino George <[email protected]>, Christine Lu <[email protected]>, David Katleman <[email protected]>, David Durrence <[email protected]>, Dmitry Cherepanov <[email protected]>, Greg Lewis <[email protected]>, Kevin Miller <[email protected]>, Kurt Miller <[email protected]>, Landon Fuller <[email protected]>, Leonid Romanov <[email protected]>, Loefty Walkowiak <[email protected]>, Mark Reinhold <[email protected]>, Naoto Sato <[email protected]>, Philip Race <[email protected]>, Roger Hoover <[email protected]>, Scott Kovatch <[email protected]>, Sergey ByloKhov <[email protected]>, Mike Swingler <[email protected]>, Tomas Hurka <[email protected]>
  • Loading branch information
michaelm committed Mar 6, 2012
1 parent 7e709c0 commit 16ef1b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/nbproject/private/
^webrev
^.hgtip
.DS_Store
2 changes: 1 addition & 1 deletion make/Defs-internal.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -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`" \
Expand Down
2 changes: 2 additions & 0 deletions make/jprt.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand All @@ -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

Expand Down

0 comments on commit 16ef1b3

Please sign in to comment.