7197849: Update new build-infra makefiles
authorohair
Tue, 18 Sep 2012 11:29:44 -0700
changeset 13716 adea6fee501c
parent 13694 ffe6bce5a521
child 13717 8ac23c0c609c
7197849: Update new build-infra makefiles Reviewed-by: ihse, erikj, ohrstrom, tbell
jaxws/makefiles/Makefile
--- a/jaxws/makefiles/Makefile	Wed Jul 05 18:22:17 2017 +0200
+++ b/jaxws/makefiles/Makefile	Tue Sep 18 11:29:44 2012 -0700
@@ -40,12 +40,9 @@
 $(eval $(call SetupJavaCompiler,GENERATE_NEWBYTECODE_DEBUG,\
      JVM:=$(JAVA),\
      JAVAC:=$(JAVAC_JARS),\
-     FLAGS:=-Xprefer:source -XDignore.symbol.file=true -cp $(BOOT_JDK)/lib/tools.jar \
-		$(DISABLE_JAXWS_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_JAXWS_WARNINGS) -g,\
+     SERVER_DIR:=$(SJAVAC_SERVER_DIR),\
+     SERVER_JVM:=$(SJAVAC_SERVER_JAVA)))
 
 # Dummy here is needed to trigger copying of META-INF
 $(eval $(call SetupJavaCompilation,BUILD_JAF,\