Searched defs:JDK_VERSION (Results 1 - 1 of 1) sorted by relevance

/openjdk7/corba/make/
H A DMakefile80 ifndef JDK_VERSION
81 JDK_VERSION = $(JDK_MAJOR_VERSION).$(JDK_MINOR_VERSION).$(JDK_MICRO_VERSION) macro
88 # RELEASE is JDK_VERSION and -MILESTONE if MILESTONE is set
90 RELEASE = $(JDK_VERSION)-$(MILESTONE)$(BUILD_VARIANT_RELEASE)
92 RELEASE = $(JDK_VERSION)$(BUILD_VARIANT_RELEASE)

Completed in 42 milliseconds