Merge jdk7-b71
authortbell
Mon Aug 24 22:39:34 2009 -0700 (6 months ago)
changeset 1214c36e9853dda
parent 119de7a3e98c159
parent 120d8b49b53d8cf
child 122378f57273f09
child 126e76b72562a98
Merge
--- a/make/Defs-internal.gmk Thu Aug 20 11:20:04 2009 -0700
+++ b/make/Defs-internal.gmk Mon Aug 24 22:39:34 2009 -0700
@@ -133,7 +133,11 @@ endif
# Do we build the source and openjdk binary plug bundles?
BUNDLE_RULES = $(JDK_TOPDIR)/make/closed/bundles.gmk
-BUNDLE_RULES_AVAILABLE := $(call MkExists,$(BUNDLE_RULES))
+ifeq ($(SKIP_BUNDLES_BUILD), true)
+ BUNDLE_RULES_AVAILABLE := false
+else
+ BUNDLE_RULES_AVAILABLE := $(call MkExists,$(BUNDLE_RULES))
+endif
# Current things we do NOT build for OPENJDK
ifdef OPENJDK