提交 f1ed6c40 编写于 作者: A andrew

6914986: Make sure openjdk doc generation not turned off with JDK_UPDATE_VERSION

Summary: Only turn off documentation for updates when not building OpenJDK
Reviewed-by: ohair
上级 b25c4f75
......@@ -231,9 +231,11 @@ endif
ifndef NO_DOCS
# Default value (we want javadoc run)
GENERATE_DOCS=true
# No DOCS build when JDK_UPDATE_VERSION set
ifdef JDK_UPDATE_VERSION
GENERATE_DOCS=false
# No DOCS build when JDK_UPDATE_VERSION set on non-OPENJDK builds
ifndef OPENJDK
ifdef JDK_UPDATE_VERSION
GENERATE_DOCS=false
endif
endif
# If langtools, corba, jaxp, and jaxws are not being built,
# a full jdk javadoc is not possible
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册