diff --git a/.hgtags-top-repo b/.hgtags-top-repo index c3352d42a78..78852de5bad 100644 --- a/.hgtags-top-repo +++ b/.hgtags-top-repo @@ -108,3 +108,4 @@ cc58c11af15411042719e9c82707fdbef60a9e0f jdk7-b130 5d86d951426aaf340b1ba84ae2d5ab5da65a71e2 jdk7-b131 0f62a65fb666b337caa585015ab6ea2e60e709ca jdk7-b132 c6f380693342feadccc5fe2c5adf500e861361aa jdk7-b133 +ddc2fcb3682ffd27f44354db666128827be7e3c3 jdk7-b134 diff --git a/README b/README index 722131d683f..db7346b4432 100644 --- a/README +++ b/README @@ -29,13 +29,14 @@ Simple Build Instructions: 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 --git a/README-builds.html b/README-builds.html index b59457c74ab..b0d033a7a52 100644 --- a/README-builds.html +++ b/README-builds.html @@ -54,7 +54,11 @@
  • OpenSolaris
  • -
  • Source Directory Structure
  • +
  • Source Directory Structure + +
  • Build Information