jdk-24/make
Kelly O'Hair 891aa6bb9f 6928700: Configure top repo for JPRT testing
Reviewed-by: alanb, jjg
2010-03-06 15:00:40 -08:00
..
templates Initial load 2007-12-01 00:00:00 +00:00
corba-rules.gmk 6884624: Update copyright year 2009-09-22 14:06:04 -07:00
Defs-internal.gmk 6914986: Make sure openjdk doc generation not turned off with JDK_UPDATE_VERSION 2010-01-07 23:17:01 +00:00
deploy-rules.gmk 6855174: Improve log output when builds transition from one workspace to another 2009-09-03 17:44:28 -07:00
hotspot-rules.gmk 6891677: java/build integrate zero assembler JDK changes 2009-10-15 13:26:17 +01:00
install-rules.gmk 6884624: Update copyright year 2009-09-22 14:06:04 -07:00
jaxp-rules.gmk 6884624: Update copyright year 2009-09-22 14:06:04 -07:00
jaxws-rules.gmk 6884624: Update copyright year 2009-09-22 14:06:04 -07:00
jdk-rules.gmk 6727046: Add message when docs are skipped in control build 2009-11-18 16:41:09 -08:00
jprt.gmk 6814575: Update copyright year 2009-03-09 13:28:37 -07:00
jprt.properties 6928700: Configure top repo for JPRT testing 2010-03-06 15:00:40 -08:00
langtools-rules.gmk 6884624: Update copyright year 2009-09-22 14:06:04 -07:00
README.pre-components 6854244: change source/target used to compile JDK to 7 2009-07-27 15:19:11 -07:00
sanity-rules.gmk 6727046: Add message when docs are skipped in control build 2009-11-18 16:41:09 -08:00
sponsors-rules.gmk 6884624: Update copyright year 2009-09-22 14:06:04 -07:00

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.