# HG changeset patch # User duke # Date 1499269108 -7200 # Node ID e385607764c5b0b21470238a1102d87332da17b3 # Parent bf9507aab301f4caea3e583bd7b0f568a163533f# Parent f98b5c8c06be4f0ff2427a31779bd6f317671aeb Merge diff -r bf9507aab301 -r e385607764c5 .hgtags-top-repo --- a/.hgtags-top-repo Thu Mar 17 14:33:12 2011 -0700 +++ b/.hgtags-top-repo Wed Jul 05 17:38:28 2017 +0200 @@ -108,3 +108,4 @@ 5d86d951426aaf340b1ba84ae2d5ab5da65a71e2 jdk7-b131 0f62a65fb666b337caa585015ab6ea2e60e709ca jdk7-b132 c6f380693342feadccc5fe2c5adf500e861361aa jdk7-b133 +ddc2fcb3682ffd27f44354db666128827be7e3c3 jdk7-b134 diff -r bf9507aab301 -r e385607764c5 README --- a/README Thu Mar 17 14:33:12 2011 -0700 +++ b/README Wed Jul 05 17:38:28 2017 +0200 @@ -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 bf9507aab301 -r e385607764c5 README-builds.html --- a/README-builds.html Thu Mar 17 14:33:12 2011 -0700 +++ b/README-builds.html Wed Jul 05 17:38:28 2017 +0200 @@ -54,7 +54,11 @@
  • OpenSolaris
  • -
  • Source Directory Structure
  • +
  • Source Directory Structure + +
  • Build Information