aboutsummaryrefslogtreecommitdiffstats
path: root/tools/balloon
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 /tools/balloon
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 'tools/balloon')
-rw-r--r--tools/balloon/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/balloon/Makefile b/tools/balloon/Makefile
index dd88eab72a..86108af671 100644
--- a/tools/balloon/Makefile
+++ b/tools/balloon/Makefile
@@ -5,7 +5,8 @@ $(TARGET): balloon.c
$(CC) -O2 -Wall -o $(TARGET) balloon.c
install: $(TARGET)
- cp $(TARGET) ../../../install/bin
+ mkdir -p ../../../install/bin
+ cp -a $(TARGET) ../../../install/bin
clean:
$(RM) *.o $(TARGET) *~