Merge
authortbell
Mon, 24 Aug 2009 22:39:34 -0700
changeset 3572 9a027a1c0510
parent 3570 a525f199134b (current diff)
parent 3571 764028d95393 (diff)
child 3615 22d6c90af3d6
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 @@
 
 # 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