aboutsummaryrefslogtreecommitdiff
path: root/rules/git.mk
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2013-04-17 14:25:37 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2013-04-17 14:25:37 +0400
commitc7ddc1c26d100c8e4c9f086594917ad7a3c00f9a (patch)
treede8d17b02e8bfa65db58bf3de0db07d5db25743c /rules/git.mk
parent207cd347945b53a1034d0ed8ad35037cf497e471 (diff)
downloadcibs-c7ddc1c26d100c8e4c9f086594917ad7a3c00f9a.tar.gz
Define $(download)
Diffstat (limited to 'rules/git.mk')
-rw-r--r--rules/git.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/git.mk b/rules/git.mk
index 449f726..c7072db 100644
--- a/rules/git.mk
+++ b/rules/git.mk
@@ -28,6 +28,7 @@ build-depends += developer/versioning/git
download-stamp: check-build-dep-stamp
unpack-stamp: download-stamp
+download = $(git-url)
download-stamp:
[ -d $(sourcedir) ] || git clone $(git-url) $(sourcedir)