From 0592bca0a5aa9f32601d03e81d22c15b6028f0ef Mon Sep 17 00:00:00 2001 From: Andrew John Hughes Date: Mon, 22 Feb 2010 21:37:13 +0000 Subject: [PATCH] 6928623: Behaviour of VERBOSE=true on langtools build VERBOSE=true causes -diagnostics to be passed to ant rather than -debug Reviewed-by: jjg --- langtools/make/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langtools/make/Makefile b/langtools/make/Makefile index ec31db106b5..0b6e779fba3 100644 --- a/langtools/make/Makefile +++ b/langtools/make/Makefile @@ -70,7 +70,7 @@ ifdef QUIET endif ifdef VERBOSE - ANT_OPTIONS += -verbose -diagnostics + ANT_OPTIONS += -verbose -debug endif ifdef JDK_VERSION