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