From: Aleksandr Mezin Date: Tue, 31 May 2016 11:36:23 +0000 (+0600) Subject: python-lxc: put egg-info into build directory X-Git-Tag: lxc-2.1.0~414^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1036%2Fhead;p=thirdparty%2Flxc.git python-lxc: put egg-info into build directory To keep source directory clean. Signed-off-by: Aleksandr Mezin --- diff --git a/src/python-lxc/Makefile.am b/src/python-lxc/Makefile.am index 2d7ae076a..b4c21a80d 100644 --- a/src/python-lxc/Makefile.am +++ b/src/python-lxc/Makefile.am @@ -6,7 +6,7 @@ else DISTSETUPOPTS= 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: $(CALL_SETUP_PY) build_ext -I @abs_top_srcdir@/src -L @abs_top_builddir@/src/lxc --no-pkg-config