From 0e586abd44259afb501b32a288fe001cd3d858b9 Mon Sep 17 00:00:00 2001 From: Aleksandr Mezin Date: Tue, 31 May 2016 17:36:23 +0600 Subject: [PATCH] python-lxc: put egg-info into build directory To keep source directory clean. Signed-off-by: Aleksandr Mezin --- src/python-lxc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2