Skip to content

Commit 47d9cf8

Browse files
committed
8168950: Incremental build of images always rebuilds jmods
Reviewed-by: tbell
1 parent 2962a15 commit 47d9cf8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

make/ExplodedImageOptimize.gmk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ ALL_MODULEINFO_CLASSES := $(wildcard $(JDK_OUTPUTDIR)/modules/*/module_info.clas
3939
$(PACKAGES_ATTRIBUTE_TARGET): $(ALL_MODULEINFO_CLASSES) $(BUILD_JIGSAW_CLASSES)
4040
$(call LogInfo, Optimizing the exploded image)
4141
$(TOOL_ADD_PACKAGES_ATTRIBUTE) $(JDK_OUTPUTDIR)
42+
$(TOUCH) $@
4243

4344
TARGETS := $(PACKAGES_ATTRIBUTE_TARGET)
4445

0 commit comments

Comments
 (0)