changeset 1107:c7b4d867b82d

8054009: Support SKIP_BOOT_CYCLE=false when invoked from JPRT Reviewed-by: dholmes, erikj
author mikael
date Thu, 31 Jul 2014 11:14:26 -0700
parents f8736a40a35d
children b6a148730f2b 1f2473d3c38e
files make/Jprt.gmk
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/Jprt.gmk	Mon Jul 21 21:46:10 2014 +0000
+++ b/make/Jprt.gmk	Thu Jul 31 11:14:26 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)