mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-19 00:26:55 +00:00
Merge pull request #1316 from stilor/allow-env-override
Allow environment override of USE_GPG/DIGESTS
This commit is contained in:
commit
b1971089f1
@ -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…
x
Reference in New Issue
Block a user