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