changeset 1163:b6a148730f2b jdk8u40-b02

Merge
author lana
date Thu, 14 Aug 2014 13:23:24 -0700
parents 94e610b01431 (current diff) c7b4d867b82d (diff)
children a0224ac41351
files
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/Jprt.gmk	Wed Aug 13 14:49:44 2014 -0700
+++ b/make/Jprt.gmk	Thu Aug 14 13:23:24 2014 -0700
@@ -32,6 +32,10 @@
   JPRT_ARCHIVE_INSTALL_BUNDLE=/tmp/jprt_bundles/product-install.zip
 endif
 
+ifeq ($(SKIP_BOOT_CYCLE), false)
+  jprt_bundle: bootcycle-images
+endif
+
 # This target must be called in the context of a SPEC file
 jprt_bundle: $(JPRT_ARCHIVE_BUNDLE)
 	@$(call CheckIfMakeAtEnd)