8054009: Support SKIP_BOOT_CYCLE=false when invoked from JPRT

Reviewed-by: dholmes, erikj
This commit is contained in:
Mikael Vidstedt 2014-07-31 11:14:26 -07:00
parent 2fc29c20b3
commit da88be408e

View File

@ -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)