Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ca58fa

Browse files
committed
User shasum -a 256 instead of sha256sum
1 parenta061a91 commit6ca58fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PACKAGE_FOLDER := CMSIS
3434

3535
ifeq (postpackaging,$(findstring$(MAKECMDGOALS),postpackaging))
3636
PACKAGE_FILENAME=$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.bz2
37-
PACKAGE_CHKSUM :=$(firstword$(shellsha256sum "$(PACKAGE_FILENAME)"))
37+
PACKAGE_CHKSUM :=$(firstword$(shellshasum -a 256 "$(PACKAGE_FILENAME)"))
3838
PACKAGE_SIZE :=$(firstword$(shell wc -c "$(PACKAGE_FILENAME)"))
3939
endif
4040

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp