aboutsummaryrefslogtreecommitdiffstats
path: root/xen
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-09-09 14:59:32 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-09-09 14:59:32 +0000
commit8925c8b13e0384bdcf030ae786a3ec74d12ff30f (patch)
tree94156a031f540dac48b90ac11bc7ff967cf671dd /xen
parent732c5308cab772c8e4d3cc90b3cd4cf28d9c9069 (diff)
downloadxen-8925c8b13e0384bdcf030ae786a3ec74d12ff30f.tar.gz
xen-8925c8b13e0384bdcf030ae786a3ec74d12ff30f.tar.bz2
xen-8925c8b13e0384bdcf030ae786a3ec74d12ff30f.zip
bitkeeper revision 1.412.1.1 (3f5dead4Q7H73DU1k60q13_8T8HYbQ)
Makefile Cleanups, added xenolinux-sparse soft link, added NETFILTER to default xenolinux build.
Diffstat (limited to 'xen')
-rw-r--r--xen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index a72f0f5cb5..b24ad89174 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -19,7 +19,8 @@ debug:
install: $(TARGET)
gzip -f -9 < $(TARGET) > $(TARGET).gz
- cp $(TARGET).gz ../../install/boot/
+ mkdir -p ../../install/boot
+ cp -a $(TARGET).gz ../../install/boot/
clean: delete-links
$(MAKE) -C tools clean