Skip to content

Commit 3c920f9

Browse files
committed
8313274: [BACKOUT] Relax prerequisites for java.base-jmod target
Reviewed-by: dholmes
1 parent 53ca75b commit 3c920f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

make/Main.gmk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,8 +971,7 @@ else
971971
# When creating the BUILDJDK, we don't need to add hashes to java.base, thus
972972
# we don't need to depend on all other jmods
973973
ifneq ($(CREATING_BUILDJDK), true)
974-
java.base-jmod: jrtfs-jar $(filter-out java.base-jmod \
975-
$(addsuffix -jmod, $(call FindAllUpgradeableModules)), $(JMOD_TARGETS))
974+
java.base-jmod: jrtfs-jar $(filter-out java.base-jmod, $(JMOD_TARGETS))
976975
endif
977976

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

0 commit comments

Comments
 (0)