jdk-24/make
2013-11-08 09:36:55 +01:00
..
scripts 8027836: Webrev should handle files that has been moved from a directory which now is removed 2013-11-08 09:36:55 +01: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 8008914: Add nashorn to the tl build 2013-02-25 15:08:11 -08:00
deploy-rules.gmk 6983966: remove lzma and upx from repository JDK8 2013-06-05 15:20:35 -07:00
hotspot-rules.gmk 7157296: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect OPT builds 2012-04-03 10:17:06 -07:00
install-rules.gmk 8025262: new64jre/new64jdk wrappers should be removed, build 32-bit AU during windows-amd64 builds instead 2013-09-25 10:50:37 -04: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 8008914: Add nashorn to the tl build 2013-02-25 15:08:11 -08:00
jprt.gmk 7136506: FDS: rework jdk repo Full Debug Symbols support 2012-03-23 09:17:31 -07:00
jprt.properties 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files 2013-10-22 16:28:57 -07:00
langtools-rules.gmk 7033660: Update copyright year to 2011 on any files changed in 2011 2011-04-06 22:14:00 -07:00
nashorn-rules.gmk 8008978: nashorn-rules.gmk missing 2013-02-26 14:08:19 +00: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 8008914: Add nashorn to the tl build 2013-02-25 15:08:11 -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.