README

changeset 320
b87875789600
parent 276
dc9eb519c6ed
child 359
e01201e727da
     1.1 --- a/README	Thu Mar 10 17:10:45 2011 -0800
     1.2 +++ b/README	Tue Mar 22 08:15:39 2011 -0700
     1.3 @@ -29,13 +29,14 @@
     1.4       Set the environment variable ALT_BOOTDIR to the location of JDK 6.
     1.5  
     1.6    2. Check the sanity of doing a build with your current system:
     1.7 -       gnumake sanity
     1.8 +       make sanity
     1.9       See README-builds.html if you run into problems.
    1.10    
    1.11    3. Do a complete build of the OpenJDK:
    1.12 -       gnumake all
    1.13 +       make all
    1.14       The resulting JDK image should be found in build/*/j2sdk-image
    1.15  
    1.16 -where gnumake is GNU make 3.81 or newer, /usr/bin/make on Linux and
    1.17 -/usr/sfw/bin/gmake or /opt/sfw/bin/gmake on Solaris.
    1.18 +where make is GNU make 3.81 or newer, /usr/bin/make on Linux usually
    1.19 +is 3.81 or newer.
    1.20  
    1.21 +Complete details are available in README-builds.html.

mercurial