Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.
/ jdk17 Public archive

Commit dab1787

Browse files
committed
8259559: COMPARE_BUILD can't compare patch files
Reviewed-by: erikj
1 parent cf3e4bf commit dab1787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/Init.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ ifeq ($(HAS_SPEC),)
200200
COMPARE_BUILD="$(COMPARE_BUILD):NODRYRUN=true" main && \
201201
$(MAKE) $(MFLAGS) $(MAKE_LOG_FLAGS) -r -R -f $(topdir)/make/Init.gmk \
202202
SPEC=$(spec) HAS_SPEC=true ACTUAL_TOPDIR=$(topdir) \
203-
COMPARE_BUILD="$(COMPARE_BUILD)" post-compare-build && \
203+
COMPARE_BUILD="$(COMPARE_BUILD):NODRYRUN=true" post-compare-build && \
204204
) \
205205
) true ) \
206206
$(eval TARGET_DONE=true) \

0 commit comments

Comments
 (0)