We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a061a91 commit 6ca58faCopy full SHA for 6ca58fa
Makefile
@@ -34,7 +34,7 @@ PACKAGE_FOLDER := CMSIS
34
35
ifeq (postpackaging,$(findstring $(MAKECMDGOALS),postpackaging))
36
PACKAGE_FILENAME=$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.bz2
37
- PACKAGE_CHKSUM := $(firstword $(shell sha256sum "$(PACKAGE_FILENAME)"))
+ PACKAGE_CHKSUM := $(firstword $(shell shasum -a 256 "$(PACKAGE_FILENAME)"))
38
PACKAGE_SIZE := $(firstword $(shell wc -c "$(PACKAGE_FILENAME)"))
39
endif
40
0 commit comments