8310379: Relax prerequisites for java.base-jmod target

Reviewed-by: mikael
This commit is contained in:
Erik Joelsson 2023-06-21 17:18:15 +00:00
parent 59c6c0e1b7
commit 72501cf767

View File

@ -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.