# HG changeset patch # User ohrstrom # Date 1359637364 -3600 # Node ID 8f6ca8755f46eeab4c98eedcf6470056e7cffea6 # Parent ff0b73a6b3f6cea644d37d56d746a37743419fa7 8006872: Stop creating four jars with identical content in the new build system. Reviewed-by: erikj diff -r ff0b73a6b3f6 -r 8f6ca8755f46 makefiles/BuildJaxp.gmk --- a/makefiles/BuildJaxp.gmk Sat Jan 26 18:25:33 2013 -0800 +++ b/makefiles/BuildJaxp.gmk Thu Jan 31 14:02:44 2013 +0100 @@ -30,8 +30,6 @@ include MakeBase.gmk include JavaCompilation.gmk -JAVAC_JARS ?= "-Xbootclasspath/p:$(LANGTOOLS_OUTPUTDIR)/dist/bootstrap/lib/javac.jar" \ - -jar $(LANGTOOLS_OUTPUTDIR)/dist/bootstrap/lib/javac.jar DISABLE_JAXP_WARNINGS:=-Xlint:all,-deprecation,-unchecked,-rawtypes,-cast,-serial,-dep-ann,-static,-fallthrough # The generate new bytecode uses the new compiler for to generate bytecode @@ -39,7 +37,7 @@ # cannot necessarily be run with the boot jdk. $(eval $(call SetupJavaCompiler,GENERATE_NEWBYTECODE_DEBUG,\ JVM:=$(JAVA),\ - JAVAC:=$(JAVAC_JARS),\ + JAVAC:=$(NEW_JAVAC),\ FLAGS:=-XDignore.symbol.file=true $(DISABLE_JAXP_WARNINGS) -g,\ SERVER_DIR:=$(SJAVAC_SERVER_DIR),\ SERVER_JVM:=$(SJAVAC_SERVER_JAVA)))