Print this page
rev 6314 : 8030011: Update Hotspot version string output
Reviewed-by: dholmes, jcoomes, kvn

Split Split Close
Expand all
Collapse all
          --- old/make/aix/makefiles/buildtree.make
          +++ new/make/aix/makefiles/buildtree.make
↓ open down ↓ 29 lines elided ↑ open up ↑
  30   30  #
  31   31  # The macros ARCH, GAMMADIR, OS_FAMILY and VARIANT must be defined in the
  32   32  # environment or on the command-line:
  33   33  #
  34   34  # ARCH          - sparc, i486, ... HotSpot cpu and os_cpu source directory
  35   35  # BUILDARCH     - build directory
  36   36  # LIBARCH       - the corresponding directory in JDK/JRE
  37   37  # GAMMADIR      - top of workspace
  38   38  # OS_FAMILY     - operating system
  39   39  # VARIANT       - core, compiler1, compiler2, or tiered
  40      -# HOTSPOT_RELEASE_VERSION - <major>.<minor>-b<nn> (11.0-b07)
       40 +# HOTSPOT_RELEASE_VERSION - <major_ver>.<minor_ver>.<micro_ver>[-<identifier>][-<debug_target>][-b<nn>]
  41   41  # HOTSPOT_BUILD_VERSION   - internal, internal-$(USER_RELEASE_SUFFIX) or empty
  42   42  # JRE_RELEASE_VERSION     - <major>.<minor>.<micro> (1.7.0)
  43   43  #
  44   44  # Builds the directory trees with makefiles plus some convenience files in
  45   45  # each directory:
  46   46  #
  47   47  # Makefile      - for "make foo"
  48   48  # flags.make    - with macro settings
  49   49  # vm.make       - to support making "$(MAKE) -v vm.make" in makefiles
  50   50  # adlc.make     -
↓ open down ↓ 314 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX