8006658: build-infra: Make MILESTONE behave the same as JDK_BUILD_NUMBER

Reviewed-by: ohrstrom, dholmes, tbell
This commit is contained in:
Erik Joelsson 2013-01-23 11:42:29 +01:00
parent 0a44d7bfec
commit af4998b10e
2 changed files with 5 additions and 3 deletions

View File

@ -3723,7 +3723,7 @@ fi
#CUSTOM_AUTOCONF_INCLUDE
# Do not change or remove the following line, it is needed for consistency checks:
DATE_WHEN_GENERATED=1358937404
DATE_WHEN_GENERATED=1358937713
###############################################################################
#
@ -10778,7 +10778,8 @@ if test "x$with_milestone" = xyes; then
as_fn_error $? "Milestone must have a value" "$LINENO" 5
elif test "x$with_milestone" != x; then
MILESTONE="$with_milestone"
else
fi
if test "x$MILESTONE" = x; then
MILESTONE=internal
fi

View File

@ -389,7 +389,8 @@ if test "x$with_milestone" = xyes; then
AC_MSG_ERROR([Milestone must have a value])
elif test "x$with_milestone" != x; then
MILESTONE="$with_milestone"
else
fi
if test "x$MILESTONE" = x; then
MILESTONE=internal
fi