# HG changeset patch # User katleman # Date 1339631608 25200 # Node ID f00c12994562c2f68d348a7c3e829374a89294e2 # Parent 35e0f6001816d619bf2e4debf1a55c4da4455a83# Parent 001351a98bd5ff559c65d6fb41d8c57f4bcc2385 Merge diff -r 35e0f6001816 -r f00c12994562 makefiles/Makefile --- a/makefiles/Makefile Thu Jun 07 12:10:28 2012 -0700 +++ b/makefiles/Makefile Wed Jun 13 16:53:28 2012 -0700 @@ -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_JAXWS_WARNINGS:=-Xlint:all,-varargs,-rawtypes,-deprecation,-unchecked,-serial,-dep-ann,-cast,-fallthrough,-static