equal
deleted
inserted
replaced
24 |
24 |
25 4. Do a complete build of the jdk: |
25 4. Do a complete build of the jdk: |
26 gnumake all |
26 gnumake all |
27 The resulting JDK image should be found in build/*/j2sdk-image |
27 The resulting JDK image should be found in build/*/j2sdk-image |
28 |
28 |
29 where gnumake is GNU make 3.78.1 or newer, /usr/bin/make on Linux and |
29 where gnumake is GNU make 3.81 or newer, /usr/bin/make on Linux and |
30 /usr/sfw/bin/gmake or /opt/sfw/bin/gmake on Solaris. |
30 /usr/sfw/bin/gmake or /opt/sfw/bin/gmake on Solaris. |
31 |
31 |