Skip to content

Commit dab1787

Browse files
committedJan 11, 2021
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)
Please sign in to comment.