common/autoconf/spec.gmk.in
changeset 22711 e24d19c865ed
parent 22709 540ed4c23085
child 22714 a752920c4317
child 23163 1e2f42892ffe
equal deleted inserted replaced
22710:3a5575792497 22711:e24d19c865ed
   170 JDK_VERSION:=@JDK_VERSION@
   170 JDK_VERSION:=@JDK_VERSION@
   171 RUNTIME_NAME=$(PRODUCT_NAME) $(PRODUCT_SUFFIX)
   171 RUNTIME_NAME=$(PRODUCT_NAME) $(PRODUCT_SUFFIX)
   172 COOKED_BUILD_NUMBER:=@COOKED_BUILD_NUMBER@
   172 COOKED_BUILD_NUMBER:=@COOKED_BUILD_NUMBER@
   173 # These variables need to be generated here so that MILESTONE and
   173 # These variables need to be generated here so that MILESTONE and
   174 # JDK_BUILD_NUMBER can be overridden on the make command line.
   174 # JDK_BUILD_NUMBER can be overridden on the make command line.
   175 ifeq ($(MILESTONE),)
   175 ifeq ($(MILESTONE), fcs)
   176   RELEASE=$(JDK_VERSION)$(BUILD_VARIANT_RELEASE)
   176   RELEASE=$(JDK_VERSION)$(BUILD_VARIANT_RELEASE)
   177 else
   177 else
   178   RELEASE=$(JDK_VERSION)-$(MILESTONE)$(BUILD_VARIANT_RELEASE)
   178   RELEASE=$(JDK_VERSION)-$(MILESTONE)$(BUILD_VARIANT_RELEASE)
   179 endif
   179 endif
   180 
   180