changeset 74:f7bc75dcef2c

6928623: Behaviour of VERBOSE=true on langtools build Summary: VERBOSE=true causes -diagnostics to be passed to ant rather than -debug Reviewed-by: jjg
author andrew
date Mon, 22 Feb 2010 21:37:13 +0000
parents 9f8c49401ccc
children 2c47edcd4d60
files make/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/Makefile	Wed Feb 24 13:34:15 2010 -0800
+++ b/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