6928623: Behaviour of VERBOSE=true on langtools build

VERBOSE=true causes -diagnostics to be passed to ant rather than -debug

Reviewed-by: jjg
This commit is contained in:
Andrew John Hughes 2010-02-22 21:37:13 +00:00
parent 19147ccb61
commit 0592bca0a5

View File

@ -70,7 +70,7 @@ ifdef QUIET
endif
ifdef VERBOSE
ANT_OPTIONS += -verbose -diagnostics
ANT_OPTIONS += -verbose -debug
endif
ifdef JDK_VERSION