Allow environment override of USE_GPG/DIGESTS

... because if it is invoked via create-release.sh, it it not possible
to pass the variables to make otherwise.

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2020-03-16 23:30:08 -07:00
parent c969be1880
commit 09ab9a47a4

View File

@ -91,8 +91,8 @@ create-symlinks:
gen-tarball-version:
echo $(VERSION) > $(distdir)/.tarball-version
DIGESTS = md5 sha1 sha512
USE_GPG = yes
DIGESTS ?= md5 sha1 sha512
USE_GPG ?= yes
dist-create-release: distcheck
for a in $(DIST_ARCHIVES); do \