diff --git a/make/Jprt.gmk b/make/Jprt.gmk index a7f9226d99f..59b76cdf4eb 100644 --- a/make/Jprt.gmk +++ b/make/Jprt.gmk @@ -46,6 +46,10 @@ ifndef JPRT_ARCHIVE_INSTALL_BUNDLE 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)