make/Jprt.gmk

changeset 1155
c7b4d867b82d
parent 1140
6d0ebf545f49
child 1174
6cb876613230
equal deleted inserted replaced
1153:f8736a40a35d 1155:c7b4d867b82d
28 ifndef JPRT_ARCHIVE_BUNDLE 28 ifndef JPRT_ARCHIVE_BUNDLE
29 JPRT_ARCHIVE_BUNDLE=/tmp/jprt_bundles/j2sdk-image.zip 29 JPRT_ARCHIVE_BUNDLE=/tmp/jprt_bundles/j2sdk-image.zip
30 endif 30 endif
31 ifndef JPRT_ARCHIVE_INSTALL_BUNDLE 31 ifndef JPRT_ARCHIVE_INSTALL_BUNDLE
32 JPRT_ARCHIVE_INSTALL_BUNDLE=/tmp/jprt_bundles/product-install.zip 32 JPRT_ARCHIVE_INSTALL_BUNDLE=/tmp/jprt_bundles/product-install.zip
33 endif
34
35 ifeq ($(SKIP_BOOT_CYCLE), false)
36 jprt_bundle: bootcycle-images
33 endif 37 endif
34 38
35 # This target must be called in the context of a SPEC file 39 # This target must be called in the context of a SPEC file
36 jprt_bundle: $(JPRT_ARCHIVE_BUNDLE) 40 jprt_bundle: $(JPRT_ARCHIVE_BUNDLE)
37 @$(call CheckIfMakeAtEnd) 41 @$(call CheckIfMakeAtEnd)

mercurial