jaxp/make/Makefile
changeset 2830 2c7571fb9056
parent 2204 a2ef5d8b69d0
child 2831 8ae6ec237119
equal deleted inserted replaced
2553:a8134c4ee2cf 2830:2c7571fb9056
    67   ifeq ($(VARIANT), OPT)
    67   ifeq ($(VARIANT), OPT)
    68     ANT_OPTIONS += -Djavac.debug=false
    68     ANT_OPTIONS += -Djavac.debug=false
    69   endif
    69   endif
    70 endif
    70 endif
    71 
    71 
       
    72 ifeq ($(DEBUG_CLASSFILES), true)
       
    73   ANT_OPTIONS += -Djavac.debug=true
       
    74   ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars
       
    75 else
       
    76   ANT_OPTIONS += -Djavac.debug=false
       
    77   ANT_OPTIONS += -Djavac.debuglevel=
       
    78 endif
       
    79 
    72 # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
    80 # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
    73 # and the somewhat misnamed CLASS_VERSION (-target NN)
    81 # and the somewhat misnamed CLASS_VERSION (-target NN)
    74 ifdef TARGET_CLASS_VERSION
    82 ifdef TARGET_CLASS_VERSION
    75   ANT_OPTIONS += -Djavac.target=$(TARGET_CLASS_VERSION)
    83   ANT_OPTIONS += -Djavac.target=$(TARGET_CLASS_VERSION)
    76 else
    84 else