aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerikj <none@none>2014-01-24 10:39:31 +0100
committererikj <none@none>2014-01-24 10:39:31 +0100
commitbfe58e7b3f414cb63f33406be016ccff6bf7d81b (patch)
tree922ce47ccdbd63e0be29814bca7f26aec2097720
parent9da7f245e00247078a14ead001197851193b05d1 (diff)
8032632: Wrong version for the first jdk8 fcs build
Reviewed-by: katleman
-rw-r--r--common/autoconf/spec.gmk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/autoconf/spec.gmk.in b/common/autoconf/spec.gmk.in
index e8649dd..2f57737 100644
--- a/common/autoconf/spec.gmk.in
+++ b/common/autoconf/spec.gmk.in
@@ -170,7 +170,7 @@ RUNTIME_NAME=$(PRODUCT_NAME) $(PRODUCT_SUFFIX)
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)