corba/README
author psandoz
Fri, 13 Feb 2015 11:13:27 +0100
changeset 28963 8498cdb7c54b
parent 4 02bb8761fcce
permissions -rw-r--r--
8071670: java.util.Optional: please add a way to specify if-else behavior Reviewed-by: dfuchs, lowasser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
02bb8761fcce Initial load
duke
parents:
diff changeset
     1
README:
02bb8761fcce Initial load
duke
parents:
diff changeset
     2
  This file should be located at the top of the corba Mercurial repository.
02bb8761fcce Initial load
duke
parents:
diff changeset
     3
02bb8761fcce Initial load
duke
parents:
diff changeset
     4
  See http://openjdk.java.net/ for more information about the OpenJDK.
02bb8761fcce Initial load
duke
parents:
diff changeset
     5
02bb8761fcce Initial load
duke
parents:
diff changeset
     6
  See ../README-builds.html for complete details on build machine requirements.
02bb8761fcce Initial load
duke
parents:
diff changeset
     7
02bb8761fcce Initial load
duke
parents:
diff changeset
     8
Simple Build Instructions:
02bb8761fcce Initial load
duke
parents:
diff changeset
     9
02bb8761fcce Initial load
duke
parents:
diff changeset
    10
    cd make && gnumake
02bb8761fcce Initial load
duke
parents:
diff changeset
    11
     
02bb8761fcce Initial load
duke
parents:
diff changeset
    12
  The files that will be imported into the jdk build will be in the "dist"
02bb8761fcce Initial load
duke
parents:
diff changeset
    13
  directory.
02bb8761fcce Initial load
duke
parents:
diff changeset
    14