Commit 0b06c282 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

shasum does not know -

parent c460a74a
...@@ -177,7 +177,7 @@ download_git = \ ...@@ -177,7 +177,7 @@ download_git = \
(cd $(dir $@) && \ (cd $(dir $@) && \
tar cvJ $(notdir $(@:.tar.xz=))) > $@ && \ tar cvJ $(notdir $(@:.tar.xz=))) > $@ && \
rm -Rf $(@:.tar.xz=) rm -Rf $(@:.tar.xz=)
checksum = (cd $(TARBALLS) && $(1) --check -) < \ checksum = (cd $(TARBALLS) && $(1) --check /dev/stdin) < \
$(SRC)/$(patsubst .sum-%,%,$@)/$(2)SUMS $(SRC)/$(patsubst .sum-%,%,$@)/$(2)SUMS
CHECK_SHA512 = $(call checksum,$(SHA512SUM),SHA512) CHECK_SHA512 = $(call checksum,$(SHA512SUM),SHA512)
UNPACK = $(RM) -R $@ \ UNPACK = $(RM) -R $@ \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment