Skip to content

Commit a522d21

Browse files
committed
8342858: Make target mac-jdk-bundle fails on chmod command
Reviewed-by: lucy, ihse
1 parent afb62f7 commit a522d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/common/FileUtils.gmk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ ifeq ($(call isTargetOs, macosx), true)
136136
$(CP) -fRP '$(call DecodeSpace, $<)' '$(call DecodeSpace, $@)'; \
137137
fi
138138
if [ -n "`$(XATTR) -ls '$(call DecodeSpace, $@)'`" ]; then \
139-
$(CHMOD) u+w '$(call DecodeSpace, $@)'; \
139+
$(CHMOD) -h u+w '$(call DecodeSpace, $@)'; \
140140
$(XATTR) -cs '$(call DecodeSpace, $@)'; \
141141
fi
142142
endef

0 commit comments

Comments
 (0)