diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-15 13:05:48 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-15 13:05:48 +0400 |
commit | 2b32cc01807d05b96707dc6171aa1f5c1454469a (patch) | |
tree | 00541ba5788277fb0b7706d9388c4c1e09f38251 | |
parent | 62a8153ab6d8ee7a8d77c292211b51127163911c (diff) | |
download | cibs-2b32cc01807d05b96707dc6171aa1f5c1454469a.tar.gz |
Download before checksum
-rw-r--r-- | rules/archive.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/archive.mk b/rules/archive.mk index 1b9108f..96b7a51 100644 --- a/rules/archive.mk +++ b/rules/archive.mk @@ -60,7 +60,7 @@ unpack-%-stamp: validate-%-stamp check-build-dep-stamp unpack-stamp: $$(addprefix unpack-,$$(addsuffix -stamp,$$(archives) $$(archive))) pre-configure-stamp: unpack-stamp check-build-dep-stamp -checksum: +checksum: download-stamp @echo '# Insert this into Makefile:' @echo 'checksum := \' @printf " md5:"; md5sum "$(archive)" | awk '{print $$1 " \\"}' |