# HG changeset patch # User erikj # Date 1339126241 25200 # Node ID 83a38059327b3fb1b4806fba99b9715344260cfb # Parent 39ee03c1602155ff02e5feb6cd44869452f24cf7 7170079: Adjustments to build-infra makefiles Reviewed-by: ohair, ohrstrom, ihse, jonas Contributed-by: jonas , erikj , ihse , tgranat , ykantser diff -r 39ee03c16021 -r 83a38059327b makefiles/Makefile --- a/makefiles/Makefile Fri Jun 01 14:12:20 2012 -0700 +++ b/makefiles/Makefile Thu Jun 07 20:30:41 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_JAXP_WARNINGS:=-Xlint:all,-deprecation,-unchecked,-rawtypes,-cast,-serial,-dep-ann,-static,-fallthrough