diff -r fd291afd8ee4 -r c5a60709f587 common/autoconf/spec.gmk.in --- a/common/autoconf/spec.gmk.in Wed Jan 22 17:41:44 2014 -0800 +++ b/common/autoconf/spec.gmk.in Wed Feb 19 20:11:41 2014 -0800 @@ -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)