Skip to content

Commit 9cd9a85

Browse files
committed
Have makefile print out sha1sum
1 parent b03fea8 commit 9cd9a85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,6 @@ else ifneq ($(shell ls -1 $(UPSTREAM_DIR)/$(TARBALL_NAME) 2>/dev/null),)
7575
else
7676
mkdir -p $(UPSTREAM_DIR)
7777
install -p -m 0644 $(TARBALL_NAME) $(UPSTREAM_DIR)/$(TARBALL_NAME)
78+
@echo "SHA1SUM:"
79+
sha1sum $(TARBALL_NAME)
7880
endif

0 commit comments

Comments
 (0)