Merge jdk8-b43

Wed, 13 Jun 2012 16:53:28 -0700

author
katleman
date
Wed, 13 Jun 2012 16:53:28 -0700
changeset 311
f00c12994562
parent 309
35e0f6001816
parent 310
001351a98bd5
child 312
f6a417540ef1

Merge

     1.1 --- a/makefiles/Makefile	Thu Jun 07 12:10:28 2012 -0700
     1.2 +++ b/makefiles/Makefile	Wed Jun 13 16:53:28 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