darling-openjdk/make
Lana Steuck 1a29d97330 Merge
2012-03-07 22:36:38 -08:00
..
scripts 6625113: Add the normalize and rmkw perl script to the openjdk repository or openjdk site? 2012-03-02 15:33:42 -08:00
templates 7001720: copyright templates not rebranded 2010-12-06 10:37:10 -08:00
corba-rules.gmk 7033660: Update copyright year to 2011 on any files changed in 2011 2011-04-06 22:14:00 -07:00
Defs-internal.gmk 7113349: Initial changeset for Macosx port to jdk 2012-03-06 20:25:18 +00:00
deploy-rules.gmk 7033660: Update copyright year to 2011 on any files changed in 2011 2011-04-06 22:14:00 -07:00
hotspot-rules.gmk 7033660: Update copyright year to 2011 on any files changed in 2011 2011-04-06 22:14:00 -07:00
install-rules.gmk 7033660: Update copyright year to 2011 on any files changed in 2011 2011-04-06 22:14:00 -07:00
jaxp-rules.gmk 7033660: Update copyright year to 2011 on any files changed in 2011 2011-04-06 22:14:00 -07:00
jaxws-rules.gmk 7033660: Update copyright year to 2011 on any files changed in 2011 2011-04-06 22:14:00 -07:00
jdk-rules.gmk 7033660: Update copyright year to 2011 on any files changed in 2011 2011-04-06 22:14:00 -07:00
jprt.gmk 7043700: Regression for IcedTea builds 2011-05-16 08:40:01 -07:00
jprt.properties 7113349: Initial changeset for Macosx port to jdk 2012-03-06 20:25:18 +00:00
langtools-rules.gmk 7033660: Update copyright year to 2011 on any files changed in 2011 2011-04-06 22:14:00 -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 7143162: Allow disable building of jdk demos and samples 2012-02-27 18:09:47 -08:00
sponsors-rules.gmk 7033660: Update copyright year to 2011 on any files changed in 2011 2011-04-06 22:14:00 -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.