aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-07-31 16:15:49 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-08-20 15:33:37 +0100
commit9af42f3598ba6f4b38384fdd2038c30f7ec763b9 (patch)
tree3b03b3aa9bd8973ed75a84e1f34985f2f4125674 /tools/python/Makefile
parentd72e8bcf12eb0b9e0fcfbc48406b5c4cbf9a84ef (diff)
downloadxen-9af42f3598ba6f4b38384fdd2038c30f7ec763b9.tar.gz
xen-9af42f3598ba6f4b38384fdd2038c30f7ec763b9.tar.bz2
xen-9af42f3598ba6f4b38384fdd2038c30f7ec763b9.zip
tools: move xm and xend under tools python
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Matt Wilson <msw@amazon.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/python/Makefile')
-rw-r--r--tools/python/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/python/Makefile b/tools/python/Makefile
index 9be11225fa..8461d0fe4d 100644
--- a/tools/python/Makefile
+++ b/tools/python/Makefile
@@ -23,6 +23,10 @@ install: install-dtd
CC="$(CC)" CFLAGS="$(CFLAGS)" $(PYTHON) setup.py install \
$(PYTHON_PREFIX_ARG) --root="$(DESTDIR)" --force
+ $(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
+ $(INSTALL_PYTHON_PROG) xen/xm/xm $(DESTDIR)$(SBINDIR)/xm
+ $(INSTALL_PYTHON_PROG) xen/xend/xend $(DESTDIR)$(SBINDIR)/xend
+
install-dtd: all
$(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/xen
$(INSTALL_DATA) xen/xm/create.dtd $(DESTDIR)$(SHAREDIR)/xen