# HG changeset patch # User duke # Date 1499269096 -7200 # Node ID 9dd3c04c655d0cf6c535dade1fd9dbdc07b2b0e7 # Parent 81eebf5a4f770f6c593d917e2ca78158b1beed3b# Parent 81e3077880ef6713639bf483c8405c21ad14982d Merge diff -r 81eebf5a4f77 -r 9dd3c04c655d .hgtags-top-repo --- a/.hgtags-top-repo Tue Mar 22 12:12:31 2011 -0700 +++ b/.hgtags-top-repo Wed Jul 05 17:38:16 2017 +0200 @@ -108,3 +108,4 @@ 5d86d951426aaf340b1ba84ae2d5ab5da65a71e2 jdk7-b131 0f62a65fb666b337caa585015ab6ea2e60e709ca jdk7-b132 c6f380693342feadccc5fe2c5adf500e861361aa jdk7-b133 +ddc2fcb3682ffd27f44354db666128827be7e3c3 jdk7-b134 diff -r 81eebf5a4f77 -r 9dd3c04c655d README --- a/README Tue Mar 22 12:12:31 2011 -0700 +++ b/README Wed Jul 05 17:38:16 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 81eebf5a4f77 -r 9dd3c04c655d README-builds.html --- a/README-builds.html Tue Mar 22 12:12:31 2011 -0700 +++ b/README-builds.html Wed Jul 05 17:38:16 2017 +0200 @@ -54,7 +54,11 @@
  • OpenSolaris
  • -
  • Source Directory Structure
  • +
  • Source Directory Structure + +
  • Build Information