< prev index next >

make/Jprt.gmk

Print this page

        

*** 106,118 **** SRC_TEST_IMAGE_DIR := $(TEST_IMAGE_DIR) SRC_JDK_MACOSX_BUNDLE_DIR := $(JDK_MACOSX_BUNDLE_DIR) SRC_JRE_MACOSX_BUNDLE_DIR := $(JRE_MACOSX_BUNDLE_DIR) # Bundle up the images ! JPRT_TARGET ?= all ! ifeq ($(JPRT_TARGET), all) ! bundles: $(JPRT_TARGET) @$(call TargetEnter) $(MKDIR) -p $(BUILD_OUTPUT)/bundles $(CD) $(SRC_JDK_IMAGE_DIR) && $(ZIP) -y -q -r \ $(BUILD_OUTPUT)/bundles/$(JDK_IMAGE_SUBDIR).zip . $(CD) $(SRC_JRE_IMAGE_DIR) && $(ZIP) -y -q -r \ --- 106,120 ---- SRC_TEST_IMAGE_DIR := $(TEST_IMAGE_DIR) SRC_JDK_MACOSX_BUNDLE_DIR := $(JDK_MACOSX_BUNDLE_DIR) SRC_JRE_MACOSX_BUNDLE_DIR := $(JRE_MACOSX_BUNDLE_DIR) # Bundle up the images ! JPRT_TARGET ?= default ! ifeq ($(JPRT_TARGET), default) ! # If default happens to be configured to be something else, make sure ! # the main images have been created before attempting to create bundles. ! bundles: $(JPRT_TARGET) product-images test-image @$(call TargetEnter) $(MKDIR) -p $(BUILD_OUTPUT)/bundles $(CD) $(SRC_JDK_IMAGE_DIR) && $(ZIP) -y -q -r \ $(BUILD_OUTPUT)/bundles/$(JDK_IMAGE_SUBDIR).zip . $(CD) $(SRC_JRE_IMAGE_DIR) && $(ZIP) -y -q -r \
< prev index next >