8313274: [BACKOUT] Relax prerequisites for java.base-jmod target

Reviewed-by: dholmes
This commit is contained in:
Jaikiran Pai 2023-08-03 07:15:21 +00:00
parent 53ca75b18e
commit 3c920f9cc6

View File

@ -971,8 +971,7 @@ 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 \
$(addsuffix -jmod, $(call FindAllUpgradeableModules)), $(JMOD_TARGETS))
java.base-jmod: jrtfs-jar $(filter-out java.base-jmod, $(JMOD_TARGETS))
endif
# If not already set, set the JVM target so that the JVM will be built.