aboutsummaryrefslogtreecommitdiff
path: root/make/README
diff options
context:
space:
mode:
Diffstat (limited to 'make/README')
-rw-r--r--make/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/make/README b/make/README
new file mode 100644
index 0000000..7e023d6
--- /dev/null
+++ b/make/README
@@ -0,0 +1,14 @@
+README:
+ This file should be located at the top of the jaxp Mercurial repository.
+
+ See http://openjdk.java.net/ for more information about the OpenJDK.
+
+ See ../README-builds.html for complete details on build machine requirements.
+
+Simple Build Instructions:
+
+ cd make && gnumake
+
+ The files that will be imported into the jdk build will be in the "dist"
+ directory.
+