We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03fea8 commit 9cd9a85Copy full SHA for 9cd9a85
Makefile
@@ -75,4 +75,6 @@ else ifneq ($(shell ls -1 $(UPSTREAM_DIR)/$(TARBALL_NAME) 2>/dev/null),)
75
else
76
mkdir -p $(UPSTREAM_DIR)
77
install -p -m 0644 $(TARBALL_NAME) $(UPSTREAM_DIR)/$(TARBALL_NAME)
78
+ @echo "SHA1SUM:"
79
+ sha1sum $(TARBALL_NAME)
80
endif
0 commit comments