# HG changeset patch # User ohair # Date 1347992977 25200 # Node ID 8ffefae0bc1c30887f9b21a4865a9126b5511df4 # Parent ffe6bce5a521be40146af2ac03c509b7bac30595 7197849: Update new build-infra makefiles Reviewed-by: ihse, erikj, ohrstrom, tbell diff -r ffe6bce5a521 -r 8ffefae0bc1c jaxp/makefiles/Makefile --- a/jaxp/makefiles/Makefile Wed Jul 05 18:22:17 2017 +0200 +++ b/jaxp/makefiles/Makefile Tue Sep 18 11:29:37 2012 -0700 @@ -40,11 +40,9 @@ $(eval $(call SetupJavaCompiler,GENERATE_NEWBYTECODE_DEBUG,\ JVM:=$(JAVA),\ JAVAC:=$(JAVAC_JARS),\ - FLAGS:=-Xprefer:source -XDignore.symbol.file=true $(DISABLE_JAXP_WARNINGS) -g,\ - SERVER_DIR:=$(JAVAC_SERVERS),\ - SERVER_JVM:=$(SERVER_JAVA),\ - MODE:=$(JAVAC_USE_MODE),\ - USE_DEPS:=$(JAVAC_USE_DEPS))) + FLAGS:=-XDignore.symbol.file=true $(DISABLE_JAXP_WARNINGS) -g,\ + SERVER_DIR:=$(SJAVAC_SERVER_DIR),\ + SERVER_JVM:=$(SJAVAC_SERVER_JAVA))) $(eval $(call SetupJavaCompilation,BUILD_JAXP,\ SETUP:=GENERATE_NEWBYTECODE_DEBUG,\