common/autoconf/spec.gmk.in

changeset 978
c5a60709f587
parent 975
4f4c924640b8
parent 935
7238a870ddb7
child 1133
50aaf272884f
child 1187
d74730a6d7d0
equal deleted inserted replaced
977:fd291afd8ee4 978:c5a60709f587
168 JDK_VERSION:=@JDK_VERSION@ 168 JDK_VERSION:=@JDK_VERSION@
169 RUNTIME_NAME=$(PRODUCT_NAME) $(PRODUCT_SUFFIX) 169 RUNTIME_NAME=$(PRODUCT_NAME) $(PRODUCT_SUFFIX)
170 COOKED_BUILD_NUMBER:=@COOKED_BUILD_NUMBER@ 170 COOKED_BUILD_NUMBER:=@COOKED_BUILD_NUMBER@
171 # These variables need to be generated here so that MILESTONE and 171 # These variables need to be generated here so that MILESTONE and
172 # JDK_BUILD_NUMBER can be overridden on the make command line. 172 # JDK_BUILD_NUMBER can be overridden on the make command line.
173 ifeq ($(MILESTONE),) 173 ifeq ($(MILESTONE), fcs)
174 RELEASE=$(JDK_VERSION)$(BUILD_VARIANT_RELEASE) 174 RELEASE=$(JDK_VERSION)$(BUILD_VARIANT_RELEASE)
175 else 175 else
176 RELEASE=$(JDK_VERSION)-$(MILESTONE)$(BUILD_VARIANT_RELEASE) 176 RELEASE=$(JDK_VERSION)-$(MILESTONE)$(BUILD_VARIANT_RELEASE)
177 endif 177 endif
178 178

mercurial