aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2013-04-17 19:47:51 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2013-04-17 19:47:51 +0400
commit37aabb8e1206b682d4ee3e4d794a0a650e4977c3 (patch)
tree0da5acc8b49121c210cd75fbfd579452d5a13b76
parentc7ddc1c26d100c8e4c9f086594917ad7a3c00f9a (diff)
downloadcibs-37aabb8e1206b682d4ee3e4d794a0a650e4977c3.tar.gz
Install into a single proto dir; allow extra options
-rw-r--r--rules/python.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/rules/python.mk b/rules/python.mk
index a28b136..f0b6fce 100644
--- a/rules/python.mk
+++ b/rules/python.mk
@@ -35,9 +35,12 @@ configure-%-stamp:
build-%-stamp:
touch $@
+# Install everything into single directory:
+install-%-stamp: protodir = work/proto/tmp
install-%-stamp:
cd "$(sourcedir)" && \
- $* setup.py install --install-layout=deb --no-compile -O0 --root="$(topdir)/$(protodir)"
+ $* setup.py install --install-layout=deb --no-compile -O0 --root="$(topdir)/$(protodir)" \
+ $(install-options)
touch $@
__python_mk := included