jaxp/make/README
author ysr
Thu, 05 Jun 2008 15:57:56 -0700
changeset 1374 4c24294029a9
parent 6 7f561c08de6b
permissions -rw-r--r--
6711316: Open source the Garbage-First garbage collector Summary: First mercurial integration of the code for the Garbage-First garbage collector. Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
7f561c08de6b Initial load
duke
parents:
diff changeset
     1
README:
7f561c08de6b Initial load
duke
parents:
diff changeset
     2
  This file should be located at the top of the jaxp Mercurial repository.
7f561c08de6b Initial load
duke
parents:
diff changeset
     3
7f561c08de6b Initial load
duke
parents:
diff changeset
     4
  See http://openjdk.java.net/ for more information about the OpenJDK.
7f561c08de6b Initial load
duke
parents:
diff changeset
     5
7f561c08de6b Initial load
duke
parents:
diff changeset
     6
  See ../README-builds.html for complete details on build machine requirements.
7f561c08de6b Initial load
duke
parents:
diff changeset
     7
7f561c08de6b Initial load
duke
parents:
diff changeset
     8
Simple Build Instructions:
7f561c08de6b Initial load
duke
parents:
diff changeset
     9
7f561c08de6b Initial load
duke
parents:
diff changeset
    10
    cd make && gnumake
7f561c08de6b Initial load
duke
parents:
diff changeset
    11
     
7f561c08de6b Initial load
duke
parents:
diff changeset
    12
  The files that will be imported into the jdk build will be in the "dist"
7f561c08de6b Initial load
duke
parents:
diff changeset
    13
  directory.
7f561c08de6b Initial load
duke
parents:
diff changeset
    14