aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorasaha <none@none>2014-01-24 18:48:18 -0800
committerasaha <none@none>2014-01-24 18:48:18 -0800
commit132366a00106cf1399993de2e71e87f6b3a0dd94 (patch)
treec1a99a6cc130c002d76f942ec21aaa1ccddefb30 /common
parentdf20d59d7e13200bcab7a501df980aeac13e6425 (diff)
parentae420a35f2df51329b70d7a1224177df10135ddb (diff)
downloadjdk8u-132366a00106cf1399993de2e71e87f6b3a0dd94.tar.gz
Merge
Diffstat (limited to 'common')
-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)