# HG changeset patch # User erikj # Date 1339126249 25200 # Node ID 0749b6f0835a79721e5d7dee6f5a91d1f1e95be8 # Parent 5c5a64ec0839df5affe9394b99ff338c363acbca 7170079: Adjustments to build-infra makefiles Reviewed-by: ohair, ohrstrom, ihse, jonas Contributed-by: jonas , erikj , ihse , tgranat , ykantser diff -r 5c5a64ec0839 -r 0749b6f0835a jaxws/makefiles/Makefile --- a/jaxws/makefiles/Makefile Wed Jul 05 18:12:32 2017 +0200 +++ b/jaxws/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