# HG changeset patch # User lana # Date 1408047804 25200 # Node ID b6a148730f2b14193c308bc9c866c36ee6c08ed3 # Parent 94e610b014312b7fe30b7c7ae3c59e0f49afef97# Parent c7b4d867b82d6ea929ab9d6ef76096eae4ca0ad0 Merge diff -r 94e610b01431 -r b6a148730f2b make/Jprt.gmk --- 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)