make/CreateJmods.gmk
changeset 47253 92fd0e04e0e1
parent 45612 3368f6d8b082
child 47735 45af799ceb6a
equal deleted inserted replaced
47252:fdac20095dff 47253:92fd0e04e0e1
   128 endif
   128 endif
   129 
   129 
   130 # Create jmods in a temp dir and then move them into place to keep the
   130 # Create jmods in a temp dir and then move them into place to keep the
   131 # module path in $(IMAGES_OUTPUTDIR)/jmods valid at all times.
   131 # module path in $(IMAGES_OUTPUTDIR)/jmods valid at all times.
   132 $(JMODS_DIR)/$(MODULE).jmod: $(DEPS)
   132 $(JMODS_DIR)/$(MODULE).jmod: $(DEPS)
   133 	$(call LogWarn, Creating $(patsubst $(OUTPUT_ROOT)/%, %, $@))
   133 	$(call LogWarn, Creating $(patsubst $(OUTPUTDIR)/%, %, $@))
   134 	$(call MakeDir, $(JMODS_DIR) $(JMODS_TEMPDIR))
   134 	$(call MakeDir, $(JMODS_DIR) $(JMODS_TEMPDIR))
   135 	$(RM) $@ $(JMODS_TEMPDIR)/$(notdir $@)
   135 	$(RM) $@ $(JMODS_TEMPDIR)/$(notdir $@)
   136 	$(JMOD) create \
   136 	$(JMOD) create \
   137             --module-version $(VERSION_SHORT) \
   137             --module-version $(VERSION_SHORT) \
   138             --target-platform '$(OPENJDK_MODULE_TARGET_PLATFORM)' \
   138             --target-platform '$(OPENJDK_MODULE_TARGET_PLATFORM)' \