common/autoconf/spec.gmk.in

changeset 561
abc8078e070b
parent 542
6b93e7a4401d
child 562
14d7ebe42c8d
equal deleted inserted replaced
560:2d9bb72b4e34 561:abc8078e070b
162 MACOSX_BUNDLE_ID_BASE=@MACOSX_BUNDLE_ID_BASE@ 162 MACOSX_BUNDLE_ID_BASE=@MACOSX_BUNDLE_ID_BASE@
163 163
164 # Different version strings generated from the above information. 164 # Different version strings generated from the above information.
165 JDK_VERSION:=@JDK_VERSION@ 165 JDK_VERSION:=@JDK_VERSION@
166 RUNTIME_NAME:=@RUNTIME_NAME@ 166 RUNTIME_NAME:=@RUNTIME_NAME@
167 FULL_VERSION:=@FULL_VERSION@
168 JRE_RELEASE_VERSION:=@FULL_VERSION@ 167 JRE_RELEASE_VERSION:=@FULL_VERSION@
169 RELEASE:=@RELEASE@
170 COOKED_BUILD_NUMBER:=@COOKED_BUILD_NUMBER@ 168 COOKED_BUILD_NUMBER:=@COOKED_BUILD_NUMBER@
169 # These variables need to be generated here so that MILESTONE and
170 # JDK_BUILD_NUMBER can be overridden on the make command line.
171 ifeq ($(MILESTONE),)
172 RELEASE=$(JDK_VERSION)$(BUILD_VARIANT_RELEASE)
173 else
174 RELEASE=$(JDK_VERSION)-$(MILESTONE)$(BUILD_VARIANT_RELEASE)
175 endif
176 ifeq ($(JDK_BUILD_NUMBER),b00)
177 USER_RELEASE_SUFFIX=@USER_RELEASE_SUFFIX@
178 FULL_VERSION=$(RELEASE)-$(USER_RELEASE_SUFFIX)-$(JDK_BUILD_NUMBER)
179 else
180 FULL_VERSION=$(RELEASE)-$(JDK_BUILD_NUMBER)
181 endif
171 182
172 # How to compile the code: release, fastdebug or slowdebug 183 # How to compile the code: release, fastdebug or slowdebug
173 DEBUG_LEVEL:=@DEBUG_LEVEL@ 184 DEBUG_LEVEL:=@DEBUG_LEVEL@
174 185
175 # This is the JDK variant to build. 186 # This is the JDK variant to build.

mercurial