This commit is contained in:
David Katleman 2012-06-13 16:53:25 -07:00
commit 3401d40d52

View File

@ -23,12 +23,13 @@
# questions.
#
# This must be the first rule
default: all
-include $(SPEC)
include MakeBase.gmk
include JavaCompilation.gmk
default: all
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