# HG changeset patch # User cl # Date 1300927418 25200 # Node ID 783bd02b4ab4596059c74b10a1793d7bd2f1c157 # Parent 168d9382ebabc1ca19820a95f812f5d5c4ec49d4# Parent b87875789600429c5988c03889b70d75066d18ed Merge diff -r 168d9382ebab -r 783bd02b4ab4 README --- a/README Thu Mar 17 14:32:38 2011 -0700 +++ b/README Wed Mar 23 17:43:38 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 168d9382ebab -r 783bd02b4ab4 README-builds.html --- a/README-builds.html Thu Mar 17 14:32:38 2011 -0700 +++ b/README-builds.html Wed Mar 23 17:43:38 2011 -0700 @@ -54,7 +54,11 @@
  • OpenSolaris
  • -
  • Source Directory Structure
  • +
  • Source Directory Structure + +
  • Build Information