# HG changeset patch # User lana # Date 1300471210 25200 # Node ID c228cf346138c2528cc13abb70229b6ee36094d7 # Parent e630c590eb1095c5433f9263a8b8b9951a9b124e# Parent f75a1efb141210901aabe00a834e0fc32bb8b337 Merge diff -r e630c590eb10 -r c228cf346138 .hgtags --- a/.hgtags Wed Mar 16 17:21:52 2011 -0700 +++ b/.hgtags Fri Mar 18 11:00:10 2011 -0700 @@ -107,3 +107,5 @@ a36beda9b9de91231d92a2c529f21cc218fcf8d5 jdk7-b130 d8af56da89bc0fc02a6b6ad78f51157a46d665ab jdk7-b131 d61280d36755d1941fb487f554e8b7a6d0bca6a1 jdk7-b132 +fd444c61e7ed3d92b2a730da7c737b02191b682f jdk7-b133 +def8e16dd237a47fc067d66d4c616d7baaec6001 jdk7-b134 diff -r e630c590eb10 -r c228cf346138 .hgtags-top-repo --- a/.hgtags-top-repo Wed Mar 16 17:21:52 2011 -0700 +++ b/.hgtags-top-repo Fri Mar 18 11:00:10 2011 -0700 @@ -107,3 +107,5 @@ cc58c11af15411042719e9c82707fdbef60a9e0f jdk7-b130 5d86d951426aaf340b1ba84ae2d5ab5da65a71e2 jdk7-b131 0f62a65fb666b337caa585015ab6ea2e60e709ca jdk7-b132 +c6f380693342feadccc5fe2c5adf500e861361aa jdk7-b133 +ddc2fcb3682ffd27f44354db666128827be7e3c3 jdk7-b134 diff -r e630c590eb10 -r c228cf346138 README --- a/README Wed Mar 16 17:21:52 2011 -0700 +++ b/README Fri Mar 18 11:00:10 2011 -0700 @@ -29,13 +29,14 @@ Set the environment variable ALT_BOOTDIR to the location of JDK 6. 2. Check the sanity of doing a build with your current system: - gnumake sanity + make sanity See README-builds.html if you run into problems. 3. Do a complete build of the OpenJDK: - gnumake all + make all The resulting JDK image should be found in build/*/j2sdk-image -where gnumake is GNU make 3.81 or newer, /usr/bin/make on Linux and -/usr/sfw/bin/gmake or /opt/sfw/bin/gmake on Solaris. +where make is GNU make 3.81 or newer, /usr/bin/make on Linux usually +is 3.81 or newer. +Complete details are available in README-builds.html. diff -r e630c590eb10 -r c228cf346138 README-builds.html --- a/README-builds.html Wed Mar 16 17:21:52 2011 -0700 +++ b/README-builds.html Fri Mar 18 11:00:10 2011 -0700 @@ -54,7 +54,11 @@
  • OpenSolaris
  • -
  • Source Directory Structure
  • +
  • Source Directory Structure + +
  • Build Information