8032632: Wrong version for the first jdk8 fcs build
authorerikj
Mon, 10 Feb 2014 14:25:17 +0100
changeset 22711 e24d19c865ed
parent 22710 3a5575792497
child 22712 489b8278503c
8032632: Wrong version for the first jdk8 fcs build Reviewed-by: katleman
common/autoconf/spec.gmk.in
--- a/common/autoconf/spec.gmk.in	Fri Feb 07 13:31:16 2014 +0100
+++ b/common/autoconf/spec.gmk.in	Mon Feb 10 14:25:17 2014 +0100
@@ -172,7 +172,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)