Name Date Size

.. 2015-04-20 02:58:08 21

corba-rules.gmk 2013-05-15 23:48:36 2 KiB

Defs-internal.gmk 2013-05-15 23:48:36 11.3 KiB

deploy-rules.gmk 2013-05-15 23:48:36 3.1 KiB

hotspot-rules.gmk 2013-08-12 02:21:33 4.1 KiB

install-rules.gmk 2013-05-15 23:48:36 4.7 KiB

jaxp-rules.gmk 2013-05-15 23:48:36 2 KiB

jaxws-rules.gmk 2013-05-15 23:48:36 2 KiB

jdk-rules.gmk 2013-05-15 23:48:36 3.7 KiB

jprt.gmk 2013-05-15 23:48:36 2.5 KiB

jprt.properties 2015-04-20 02:58:08 5.7 KiB

langtools-rules.gmk 2013-05-15 23:48:36 1.9 KiB

README.pre-components 2013-05-15 23:48:36 1.9 KiB

sanity-rules.gmk 2013-05-15 23:48:36 12.5 KiB

scripts 2014-01-10 05:37:44 7

sponsors-rules.gmk 2013-05-15 23:48:36 2.6 KiB

templates 2013-05-15 23:48:36 5

README.pre-components

README-pre-components:
---------------------
Current pre-components are langtools, jaxws, jaxp, and corba.
Pre-components can use ant to build but must have a make/Makefile for
building (a GNU make Makefile).
All ant knowledge is being isolated in the workspaces that use it.
Also for various reasons it is nice to have a Makefile wrapper over the
running of ant, but in general having to do
anything with shell commands is much easier to do in a Makefile
than in an ant script.
The make/makefile rules are:
Variables:
ALT_BOOTDIR The jdk home to use to build, if provided
ALT_LANGTOOLS_DIST The dist area from a langtools build to use, if provided
ALT_OUTPUTDIR Parent dir of build and dist directories, if provided
VARIANT If DBG, debug build, if OPT, optimized build
TARGET_CLASS_VERSION The classfile version number (currently 7)
ANT_HOME Home of ant to use, if provided
QUIET If defined, be quiet
VERBOSE If defined, be verbose
JDK_VERSION Version being built
FULL_VERSION Full version string for this jdk build
MILESTONE fcs, beta, internal or empty
BUILD_NUMBER Number of the jdk build
JPRT_ARCHIVE_BUNDLE Path to zip bundle to create for JPRT
Targets:
all Build everything, including dist
build Build build area
clean Clean up
clobber Same as clean (don't ask)
sanity Perform any sanity checks, exit non-zero if errors
jprt_build_product JPRT product build, zip results into JPRT_ARCHIVE_BUNDLE
jprt_build_debug JPRT debug build, zip results into JPRT_ARCHIVE_BUNDLE
jprt_build_fastdebug JPRT fastdebug build, zip results into JPRT_ARCHIVE_BUNDLE
Then of course we expect a dist/lib/classes.jar, dist/lib/src.zip and dist/lib/bin.zip.