aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorohair <none@none>2011-03-22 08:15:39 -0700
committerohair <none@none>2011-03-22 08:15:39 -0700
commit151ae92cc1704c69b6dfc4851142560a69759ca8 (patch)
treeb07d88ea0beb09391bd97ae70621e940ace0a369 /README
parenta3202f24ccb7e00779657b198715c42f6c4194a5 (diff)
6896934: README: Document how the drop source bundles work for jaxp/jaxws
6896978: README: Updates to openjdk README-builds.html 6903517: README: OpenJDK additions needed - cygwin issues Reviewed-by: dholmes
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index 722131d..db7346b 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.