Skip to content

Commit 62bbb3e

Browse files
Dongbo HeRealFYang
authored andcommitted
8281814: Debuginfo.diz contains redundant build path after backport JDK-8025936
8u backport of JDK-8035134 Reviewed-by: sgehwolf
1 parent c5ca29f commit 62bbb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/common/NativeCompilation.gmk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ define SetupNativeCompilation
530530
# to be rebuilt properly.
531531
$$($1_DEBUGINFO_ZIP): $$($1_DEBUGINFO_FILES) $$($1_TARGET)
532532
$(CD) $$($1_OBJECT_DIR) \
533-
&& $(ZIP) -q $$@ $$($1_DEBUGINFO_FILES)
533+
&& $(ZIP) -q $$@ $$(notdir $$($1_DEBUGINFO_FILES))
534534
endif
535535
else
536536
ifneq ($$($1_STRIP_POLICY), no_strip)

0 commit comments

Comments
 (0)