use --binary option of md5sum to improve compatibility with other platforms (#5192)
SVN-Revision: 16977
This commit is contained in:
parent
124fd2d1df
commit
07c4108af6
@ -92,7 +92,7 @@ endif
|
||||
define Image/Checksum
|
||||
( cd ${BIN_DIR} ; \
|
||||
$(FIND) -maxdepth 1 -type f \! -name 'md5sums' -printf "%P\n" | xargs \
|
||||
md5sum > md5sums \
|
||||
md5sum --binary > md5sums \
|
||||
)
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user