mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
build: Create a swdb file during "make distcheck".
* Makefile.am (distcheck-hook): New. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
96fe65bc46
commit
56792b1191
13
Makefile.am
13
Makefile.am
@ -77,6 +77,19 @@ dist-hook: gen-ChangeLog
|
|||||||
> $(distdir)/gnupg.spec
|
> $(distdir)/gnupg.spec
|
||||||
echo "$(VERSION)" > $(distdir)/VERSION
|
echo "$(VERSION)" > $(distdir)/VERSION
|
||||||
|
|
||||||
|
distcheck-hook:
|
||||||
|
set -e; ( \
|
||||||
|
pref="#+macro: gnupg1_" ;\
|
||||||
|
reldate="$$(date -u +%Y-%m-%d)" ;\
|
||||||
|
echo "$${pref}ver $(PACKAGE_VERSION)" ;\
|
||||||
|
echo "$${pref}date $${reldate}" ;\
|
||||||
|
list='$(DIST_ARCHIVES)'; for i in $$list; do \
|
||||||
|
case "$$i" in *.tar.bz2) \
|
||||||
|
echo "$${pref}size $$(wc -c <$$i|awk '{print int($$1/1024)}')k" ;\
|
||||||
|
echo "$${pref}sha1 $$(sha1sum <$$i|cut -d' ' -f1)" ;\
|
||||||
|
echo "$${pref}sha2 $$(sha256sum <$$i|cut -d' ' -f1)" ;;\
|
||||||
|
esac;\
|
||||||
|
done ) | tee $(distdir).swdb
|
||||||
|
|
||||||
gen_start_date = 2011-12-01T06:00:00
|
gen_start_date = 2011-12-01T06:00:00
|
||||||
.PHONY: gen-ChangeLog
|
.PHONY: gen-ChangeLog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user