--- old/make/Jprt.gmk 2014-07-30 19:07:31.331529985 -0700 +++ new/make/Jprt.gmk 2014-07-30 19:07:31.255492943 -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)