Skip to content

Commit

Permalink
8310379: Relax prerequisites for java.base-jmod target
Browse files Browse the repository at this point in the history
Reviewed-by: mikael
  • Loading branch information
erikj79 committed Jun 21, 2023
1 parent 59c6c0e commit 72501cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make/Main.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,8 @@ else
# When creating the BUILDJDK, we don't need to add hashes to java.base, thus
# we don't need to depend on all other jmods
ifneq ($(CREATING_BUILDJDK), true)
java.base-jmod: jrtfs-jar $(filter-out java.base-jmod, $(JMOD_TARGETS))
java.base-jmod: jrtfs-jar $(filter-out java.base-jmod \
$(addsuffix -jmod, $(call FindAllUpgradeableModules)), $(JMOD_TARGETS))
endif

# If not already set, set the JVM target so that the JVM will be built.
Expand Down

1 comment on commit 72501cf

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.