jaxws/make/Makefile
changeset 2840 328c0bedcb41
parent 2839 668ff342c026
child 2841 02c0a1315730
equal deleted inserted replaced
2839:668ff342c026 2840:328c0bedcb41
    70 endif
    70 endif
    71 
    71 
    72 ifeq ($(DEBUG_CLASSFILES), true)
    72 ifeq ($(DEBUG_CLASSFILES), true)
    73   ANT_OPTIONS += -Djavac.debug=true
    73   ANT_OPTIONS += -Djavac.debug=true
    74   ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars
    74   ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars
    75 else
       
    76   ANT_OPTIONS += -Djavac.debug=false
       
    77   ANT_OPTIONS += -Djavac.debuglevel=
       
    78 endif
    75 endif
    79 
    76 
    80 # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
    77 # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
    81 # and the somewhat misnamed CLASS_VERSION (-target NN)
    78 # and the somewhat misnamed CLASS_VERSION (-target NN)
    82 ifdef TARGET_CLASS_VERSION
    79 ifdef TARGET_CLASS_VERSION