summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-17 08:13:38 +0000
committerJim Meyering <jim@meyering.net>2000-11-17 08:13:38 +0000
commit7822d5fe7f680206efdddd8420dd6a453e789c74 (patch)
treee8c150cb9ee56b214279f34417775bb2870e4297 /Makefile.maint
parent395dc1f7ff9bc6da929e859c47f29ea4f6492db6 (diff)
downloadcoreutils-7822d5fe7f680206efdddd8420dd6a453e789c74.tar.xz
(sha1): Define.
(announcement): Include SHA1 digest of .tar.gz file.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 90d178937..56a3aaeed 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -91,6 +91,7 @@ b_real_dir = fetish-ftp
url_dir_list = $(foreach x,a b,ftp://$($(x)_host)/$($(x)_url_dir))
md5 = $(shell md5sum < $(distdir).tar.gz|sed 's/ -//')
+sha1 = $(shell sha1sum < $(distdir).tar.gz|sed 's/ -//')
rel-check:
tarz=/tmp/rel-check-tarz-$$$$; \
@@ -120,8 +121,10 @@ announcement: NEWS ChangeLog $(distdir).tar.gz
for url in $(url_dir_list); do \
echo " $$url/$(xd-delta)"; \
done; \
+ echo "Here are the MD5 and SHA1 signatures for the .tar.gz file"; \
echo; \
echo "$(md5) $(distdir).tar.gz"; \
+ echo "$(sha1) $(distdir).tar.gz"; \
echo; \
echo NEWS:; \
sed -n "/$(THIS_VERSION_REGEXP)/,/^\[$(PREV_VERSION_REGEXP)/p" NEWS \