jaxp/makefiles/Makefile
changeset 13712 8ffefae0bc1c
parent 12905 b91260f33470
child 14250 d3604db57c7b
equal deleted inserted replaced
13694:ffe6bce5a521 13712:8ffefae0bc1c
    38 # for the new jdk that is being built. The code compiled by this setup
    38 # for the new jdk that is being built. The code compiled by this setup
    39 # cannot necessarily be run with the boot jdk.
    39 # cannot necessarily be run with the boot jdk.
    40 $(eval $(call SetupJavaCompiler,GENERATE_NEWBYTECODE_DEBUG,\
    40 $(eval $(call SetupJavaCompiler,GENERATE_NEWBYTECODE_DEBUG,\
    41      JVM:=$(JAVA),\
    41      JVM:=$(JAVA),\
    42      JAVAC:=$(JAVAC_JARS),\
    42      JAVAC:=$(JAVAC_JARS),\
    43      FLAGS:=-Xprefer:source -XDignore.symbol.file=true $(DISABLE_JAXP_WARNINGS) -g,\
    43      FLAGS:=-XDignore.symbol.file=true $(DISABLE_JAXP_WARNINGS) -g,\
    44      SERVER_DIR:=$(JAVAC_SERVERS),\
    44      SERVER_DIR:=$(SJAVAC_SERVER_DIR),\
    45      SERVER_JVM:=$(SERVER_JAVA),\
    45      SERVER_JVM:=$(SJAVAC_SERVER_JAVA)))
    46      MODE:=$(JAVAC_USE_MODE),\
       
    47      USE_DEPS:=$(JAVAC_USE_DEPS)))
       
    48 
    46 
    49 $(eval $(call SetupJavaCompilation,BUILD_JAXP,\
    47 $(eval $(call SetupJavaCompilation,BUILD_JAXP,\
    50 		SETUP:=GENERATE_NEWBYTECODE_DEBUG,\
    48 		SETUP:=GENERATE_NEWBYTECODE_DEBUG,\
    51 		SRC:=$(JAXP_TOPDIR)/src,\
    49 		SRC:=$(JAXP_TOPDIR)/src,\
    52 		CLEAN:=.properties,\
    50 		CLEAN:=.properties,\