diff -r 0623ae55afff -r 7238a870ddb7 common/autoconf/spec.gmk.in --- 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)