7170079: Adjustments to build-infra makefiles

Thu, 07 Jun 2012 20:30:49 -0700

author
erikj
date
Thu, 07 Jun 2012 20:30:49 -0700
changeset 310
001351a98bd5
parent 308
1f20f37818a9
child 311
f00c12994562

7170079: Adjustments to build-infra makefiles
Reviewed-by: ohair, ohrstrom, ihse, jonas
Contributed-by: jonas <jonas.oreland@oracle.com>, erikj <erik.joelsson@oracle.com>, ihse <magnus.ihse.bursie@oracle.com>, tgranat <torbjorn.granat@oracle.com>, ykantser <yekaterina.kantserova@oracle.com>

makefiles/Makefile file | annotate | diff | comparison | revisions
     1.1 --- a/makefiles/Makefile	Fri Jun 01 14:12:25 2012 -0700
     1.2 +++ b/makefiles/Makefile	Thu Jun 07 20:30:49 2012 -0700
     1.3 @@ -23,12 +23,13 @@
     1.4  # questions.
     1.5  #
     1.6  
     1.7 +# This must be the first rule
     1.8 +default: all
     1.9 +
    1.10  include $(SPEC)
    1.11  include MakeBase.gmk
    1.12  include JavaCompilation.gmk
    1.13  
    1.14 -default: all
    1.15 -
    1.16  JAVAC_JARS ?= -Xbootclasspath/p:$(LANGTOOLS_OUTPUTDIR)/dist/bootstrap/lib/javac.jar \
    1.17  		-jar $(LANGTOOLS_OUTPUTDIR)/dist/bootstrap/lib/javac.jar
    1.18  DISABLE_JAXWS_WARNINGS:=-Xlint:all,-varargs,-rawtypes,-deprecation,-unchecked,-serial,-dep-ann,-cast,-fallthrough,-static

mercurial