make/Defs-internal.gmk

changeset 122
d8b49b53d8cf
parent 102
3e781aa606d4
child 128
e76b72562a98
equal deleted inserted replaced
119:fb676d15f20f 122:d8b49b53d8cf
131 endif 131 endif
132 132
133 133
134 # Do we build the source and openjdk binary plug bundles? 134 # Do we build the source and openjdk binary plug bundles?
135 BUNDLE_RULES = $(JDK_TOPDIR)/make/closed/bundles.gmk 135 BUNDLE_RULES = $(JDK_TOPDIR)/make/closed/bundles.gmk
136 BUNDLE_RULES_AVAILABLE := $(call MkExists,$(BUNDLE_RULES)) 136 ifeq ($(SKIP_BUNDLES_BUILD), true)
137 BUNDLE_RULES_AVAILABLE := false
138 else
139 BUNDLE_RULES_AVAILABLE := $(call MkExists,$(BUNDLE_RULES))
140 endif
137 141
138 # Current things we do NOT build for OPENJDK 142 # Current things we do NOT build for OPENJDK
139 ifdef OPENJDK 143 ifdef OPENJDK
140 BUILD_DEPLOY = false 144 BUILD_DEPLOY = false
141 BUILD_INSTALL = false 145 BUILD_INSTALL = false

mercurial