README

Thu, 07 Jun 2012 20:30:49 -0700

author
erikj
date
Thu, 07 Jun 2012 20:30:49 -0700
changeset 310
001351a98bd5
parent 286
f50545b5e2f1
child 637
9c07ef4934dd
permissions
-rw-r--r--

7170079: Adjustments to build-infra makefiles
Reviewed-by: ohair, ohrstrom, ihse, jonas
Contributed-by: jonas <jonas.oreland@oracle.com>, erikj <erik.joelsson@oracle.com>, ihse <magnus.ihse.bursie@oracle.com>, tgranat <torbjorn.granat@oracle.com>, ykantser <yekaterina.kantserova@oracle.com>

duke@1 1 README:
ohair@85 2
ohair@85 3 This file should be located at the top of the Mercurial repository.
duke@1 4
duke@1 5 See http://openjdk.java.net/ for more information about the OpenJDK.
duke@1 6
duke@1 7 See ../README-builds.html for complete details on build machine requirements.
duke@1 8
duke@1 9 Simple Build Instructions:
ohair@85 10 This repository can be loaded as a NetBeans project, built with ant, or
ohair@85 11 built with GNU make, e.g.
ohair@85 12 ant
ohair@85 13 -OR-
duke@1 14 cd make && gnumake
duke@1 15
ohair@85 16 The built files that will be imported into the jdk build will be in the
ohair@85 17 "dist" directory.
ohair@85 18 Help information is available by running "ant -projecthelp" or "make help".
duke@1 19

mercurial