aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-11-02 09:08:37 +0000
committerkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-11-02 09:08:37 +0000
commit58f3afdd98a8c34b799f975fd5fc064d50c7a4eb (patch)
treedbcf4eff78d649761099a9c4e59358c7af4cfc58 /Makefile
parent76c572186dd41afe5a1b512c8cbd7c671a8dcbb7 (diff)
downloadxen-58f3afdd98a8c34b799f975fd5fc064d50c7a4eb.tar.gz
xen-58f3afdd98a8c34b799f975fd5fc064d50c7a4eb.tar.bz2
xen-58f3afdd98a8c34b799f975fd5fc064d50c7a4eb.zip
bitkeeper revision 1.1159.1.332 (41874e954CLIDA2J3phVFD2RnzVTpA)
Clean up public XenLinux header files. Now accessible from userspace as #include <xen/linux...> Got rid of the linux-xen-sparse symlink as it's no longer needed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 3147e518d8..18682e6ea1 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ SOURCEFORGE_MIRROR := http://heanet.dl.sourceforge.net/sourceforge
.PHONY: docs delete-symlinks clean
# a not partcularly useful but safe default target
-all: make-symlinks
+all:
$(MAKE) prefix=$(INSTALL_DIR) dist=yes -C xen install
$(MAKE) prefix=$(INSTALL_DIR) dist=yes -C tools install
@@ -192,7 +192,7 @@ netbsd:
$(MAKE) mk-netbsd-trees
$(MAKE) netbsd-xenU
-clean: delete-symlinks
+clean:
$(MAKE) -C xen clean
$(MAKE) -C tools clean
$(MAKE) -C docs clean
@@ -201,13 +201,6 @@ clean: delete-symlinks
mrproper: clean
rm -rf install/* patches $(LINUX_TREES) linux-$(LINUX_VER).tar.*
-make-symlinks: delete-symlinks
- ln -sf linux-$(LINUX26_VER)-xen-sparse linux-xen-sparse
-
-delete-symlinks:
- $(RM) linux-xen-sparse
-
-# handy target to install twisted (use rpm or apt-get in preference)
install-twisted:
wget http://www.twistedmatrix.com/products/get-current.epy
tar -zxf Twisted-*.tar.gz