changeset 931:7238a870ddb7

8032632: Wrong version for the first jdk8 fcs build Reviewed-by: katleman
author erikj
date Fri, 24 Jan 2014 10:39:31 +0100
parents 0623ae55afff
children 9ccce5bf1b0e 4f590c2cec75
files common/autoconf/spec.gmk.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common/autoconf/spec.gmk.in	Fri Jan 17 15:52:54 2014 -0800
+++ b/common/autoconf/spec.gmk.in	Fri Jan 24 10:39:31 2014 +0100
@@ -170,7 +170,7 @@
 COOKED_BUILD_NUMBER:=@COOKED_BUILD_NUMBER@
 # These variables need to be generated here so that MILESTONE and
 # JDK_BUILD_NUMBER can be overridden on the make command line.
-ifeq ($(MILESTONE),)
+ifeq ($(MILESTONE), fcs)
   RELEASE=$(JDK_VERSION)$(BUILD_VARIANT_RELEASE)
 else
   RELEASE=$(JDK_VERSION)-$(MILESTONE)$(BUILD_VARIANT_RELEASE)