--- old/make/Jprt.gmk 2014-07-30 18:59:54.336886315 -0700 +++ new/make/Jprt.gmk 2014-07-30 18:59:54.260849271 -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)