# HG changeset patch
# User andrew
# Date 1266874633 0
# Node ID 37df21e3fdb7bc6778e0cf3e2ab3b70d2e9f241a
# Parent  256e4685487935860b27dfff9fcf302b3dbbb5c1
6928623: Behaviour of VERBOSE=true on langtools build
Summary: VERBOSE=true causes -diagnostics to be passed to ant rather than -debug
Reviewed-by: jjg

diff -r 256e46854879 -r 37df21e3fdb7 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