6928623: Behaviour of VERBOSE=true on langtools build
Summary: VERBOSE=true causes -diagnostics to be passed to ant rather than -debug
Reviewed-by: jjg
--- a/langtools/make/Makefile Thu Feb 18 15:41:36 2010 -0800
+++ b/langtools/make/Makefile Mon Feb 22 21:37:13 2010 +0000
@@ -70,7 +70,7 @@
endif
ifdef VERBOSE
- ANT_OPTIONS += -verbose -diagnostics
+ ANT_OPTIONS += -verbose -debug
endif
ifdef JDK_VERSION