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

make/Jprt.gmk

Print this page

        

*** 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