Commit 0e586abd by Aleksandr Mezin

python-lxc: put egg-info into build directory

To keep source directory clean. Signed-off-by: 's avatarAleksandr Mezin <mezin.alexander@gmail.com>
parent 371cffc3
...@@ -6,7 +6,7 @@ else ...@@ -6,7 +6,7 @@ else
DISTSETUPOPTS= DISTSETUPOPTS=
endif endif
CALL_SETUP_PY := cd @srcdir@ && $(PYTHON) setup.py build -b @abs_builddir@/build CALL_SETUP_PY := cd @srcdir@ && $(PYTHON) setup.py build -b @abs_builddir@/build egg_info -e @abs_builddir@
all: all:
$(CALL_SETUP_PY) build_ext -I @abs_top_srcdir@/src -L @abs_top_builddir@/src/lxc --no-pkg-config $(CALL_SETUP_PY) build_ext -I @abs_top_srcdir@/src -L @abs_top_builddir@/src/lxc --no-pkg-config
......
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