aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xen/Makefile')
-rw-r--r--tools/xen/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/xen/Makefile b/tools/xen/Makefile
deleted file mode 100644
index 852d93dc5f..0000000000
--- a/tools/xen/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-
-all:
- python setup.py build
-
-install: all
- if [ "$(prefix)" = "" ]; then \
- python setup.py install; \
- elif [ "$(dist)" = "yes" ]; then \
- python setup.py install --home="$(prefix)"; \
- else \
- python setup.py install --root="$(prefix)"; \
- fi
- mkdir -p $(prefix)/usr/sbin
- install -m0755 xend $(prefix)/usr/sbin
- install -m0755 xm $(prefix)/usr/sbin
-
-clean:
- rm -rf build *.pyc *.pyo *.o *.a *~