6928623: Behaviour of VERBOSE=true on langtools build
authorandrew
Mon, 22 Feb 2010 21:37:13 +0000
changeset 4941 37df21e3fdb7
parent 4940 256e46854879
child 4942 6830a7ec21d0
child 5001 71ed0cc22974
6928623: Behaviour of VERBOSE=true on langtools build Summary: VERBOSE=true causes -diagnostics to be passed to ant rather than -debug Reviewed-by: jjg
langtools/make/Makefile
--- 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