changeset 1573:bea3a9e40c23

8080722: Revisit how to check for doclint reference warning during the build Reviewed-by: alanb
author darcy
date Mon, 13 Jul 2015 09:29:01 -0700
parents 4c2cbaae528b
children 344a2526d77e
files make/Javadoc.gmk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/Javadoc.gmk	Thu Jul 09 16:36:38 2015 -0700
+++ b/make/Javadoc.gmk	Mon Jul 13 09:29:01 2015 -0700
@@ -410,7 +410,8 @@
 	$(prep-target)
 	@($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
-          $(call OptionOnly,-Xdoclint:none) ; \
+          $(call OptionOnly,-Xdoclint:reference) ; \
+          $(call OptionOnly,-Xdoclint/package:-org.omg.*) ; \
 	  $(call OptionPair,-sourcepath,$(RELEASEDOCS_SOURCEPATH)) ; \
 	  $(call OptionPair,-encoding,ISO-8859-1) ; \
 	  $(call OptionOnly,-splitIndex) ; \