aboutsummaryrefslogtreecommitdiff
path: root/rules/git.mk
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-10-12 20:12:11 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-10-12 20:15:13 +0400
commit9ca077ca8bb98f634ca4c0eb0f0e32490d1a9d4e (patch)
treefe63a054e11296807b90c21dbfc786d55fae4a2f /rules/git.mk
parentf8a0de4a9bd9f7fbf0b2c0b07f86b55b9c3e3f08 (diff)
downloadcibs-9ca077ca8bb98f634ca4c0eb0f0e32490d1a9d4e.tar.gz
Do not add sourcedir to proto dir list by default
Only if using git or archives. This allow creating dummy packages consisting only of manifests.
Diffstat (limited to 'rules/git.mk')
-rw-r--r--rules/git.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/git.mk b/rules/git.mk
index b631f1a..23a96c7 100644
--- a/rules/git.mk
+++ b/rules/git.mk
@@ -24,6 +24,8 @@
# include guard
ifeq (,$(__git_mk))
+protodirs += $(sourcedir)
+
build-depends += developer/versioning/git
download-stamp: check-build-dep-stamp