Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-braley authored Nov 27, 2023
1 parent e742c86 commit 1e0519b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/Images.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ endif
$(JDK_IMAGE_DIR)/$(JIMAGE_TARGET_FILE): $(JMODS) \
$(call DependOnVariable, JDK_MODULES_LIST) $(BASE_RELEASE_FILE) \
$(info Creating JDK image in $(JDK_IMAGE_DIR)) \
$(RM) -r $(JDK_IMAGE_DIR)
$(RM) -r $(JDK_IMAGE_DIR) \
$(call ExecuteWithLog, $(SUPPORT_OUTPUTDIR)/images/jdk, \
$(JLINK_TOOL) --add-modules $(JDK_MODULES_LIST) \
$(JLINK_JDK_EXTRA_OPTS) \
Expand Down

0 comments on commit 1e0519b

Please sign in to comment.