6928623: Behaviour of VERBOSE=true on langtools build

Mon, 22 Feb 2010 21:37:13 +0000

author
andrew
date
Mon, 22 Feb 2010 21:37:13 +0000
changeset 501
f25efdb55c99
parent 500
a3be81d385ee
child 502
136bfc679462
child 504
6eca0895a644

6928623: Behaviour of VERBOSE=true on langtools build
Summary: VERBOSE=true causes -diagnostics to be passed to ant rather than -debug
Reviewed-by: jjg

make/Makefile file | annotate | diff | comparison | revisions
     1.1 --- a/make/Makefile	Thu Feb 18 15:41:36 2010 -0800
     1.2 +++ b/make/Makefile	Mon Feb 22 21:37:13 2010 +0000
     1.3 @@ -70,7 +70,7 @@
     1.4  endif
     1.5  
     1.6  ifdef VERBOSE
     1.7 -  ANT_OPTIONS += -verbose -diagnostics
     1.8 +  ANT_OPTIONS += -verbose -debug
     1.9  endif
    1.10  
    1.11  ifdef JDK_VERSION

mercurial