make/Jprt.gmk
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/make/Jprt.gmk	Wed Jul 30 19:07:31 2014
--- new/make/Jprt.gmk	Wed Jul 30 19:07:31 2014

*** 30,39 **** --- 30,43 ---- endif 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) # This target must be called in the context of a SPEC file

make/Jprt.gmk
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File