# HG changeset patch # User erikj # Date 1339126249 25200 # Node ID 001351a98bd5ff559c65d6fb41d8c57f4bcc2385 # Parent 1f20f37818a91b66eaeba268d0b785718598ee0e 7170079: Adjustments to build-infra makefiles Reviewed-by: ohair, ohrstrom, ihse, jonas Contributed-by: jonas , erikj , ihse , tgranat , ykantser diff -r 1f20f37818a9 -r 001351a98bd5 makefiles/Makefile --- a/makefiles/Makefile Fri Jun 01 14:12:25 2012 -0700 +++ b/makefiles/Makefile Thu Jun 07 20:30:49 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