7197849: Update new build-infra makefiles

Tue, 18 Sep 2012 11:29:44 -0700

author
ohair
date
Tue, 18 Sep 2012 11:29:44 -0700
changeset 326
bbcbebb9bc74
parent 324
7813455ccdb0
child 327
b51b611209f1

7197849: Update new build-infra makefiles
Reviewed-by: ihse, erikj, ohrstrom, tbell

makefiles/Makefile file | annotate | diff | comparison | revisions
     1.1 --- a/makefiles/Makefile	Thu Sep 06 17:27:48 2012 -0700
     1.2 +++ b/makefiles/Makefile	Tue Sep 18 11:29:44 2012 -0700
     1.3 @@ -40,12 +40,9 @@
     1.4  $(eval $(call SetupJavaCompiler,GENERATE_NEWBYTECODE_DEBUG,\
     1.5       JVM:=$(JAVA),\
     1.6       JAVAC:=$(JAVAC_JARS),\
     1.7 -     FLAGS:=-Xprefer:source -XDignore.symbol.file=true -cp $(BOOT_JDK)/lib/tools.jar \
     1.8 -		$(DISABLE_JAXWS_WARNINGS) -g,\
     1.9 -     SERVER_DIR:=$(JAVAC_SERVERS),\
    1.10 -     SERVER_JVM:=$(SERVER_JAVA),\
    1.11 -     MODE:=$(JAVAC_USE_MODE),\
    1.12 -     USE_DEPS:=$(JAVAC_USE_DEPS)))
    1.13 +     FLAGS:=-XDignore.symbol.file=true $(DISABLE_JAXWS_WARNINGS) -g,\
    1.14 +     SERVER_DIR:=$(SJAVAC_SERVER_DIR),\
    1.15 +     SERVER_JVM:=$(SJAVAC_SERVER_JAVA)))
    1.16  
    1.17  # Dummy here is needed to trigger copying of META-INF
    1.18  $(eval $(call SetupJavaCompilation,BUILD_JAF,\

mercurial