changeset 347:eff4ece9c8bc jdk8-b43

Merge
author katleman
date Wed, 13 Jun 2012 16:53:25 -0700
parents b94fad1cb830 (current diff) 83a38059327b (diff)
children 0b3f3a4ce139
files
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/makefiles/Makefile	Fri Jun 08 12:01:24 2012 -0700
+++ b/makefiles/Makefile	Wed Jun 13 16:53:25 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