8054009: Support SKIP_BOOT_CYCLE=false when invoked from JPRT
authormikael
Thu, 31 Jul 2014 11:14:26 -0700
changeset 25708 7ef7f2129ede
parent 25707 a49c3ec61e80
child 25709 11e239e69325
child 26122 e09fcc75f284
8054009: Support SKIP_BOOT_CYCLE=false when invoked from JPRT Reviewed-by: dholmes, erikj
make/Jprt.gmk
--- a/make/Jprt.gmk	Thu Jul 24 13:25:02 2014 -0700
+++ b/make/Jprt.gmk	Thu Jul 31 11:14:26 2014 -0700
@@ -46,6 +46,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)