mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
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:
parent
c969be1880
commit
09ab9a47a4
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user