aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorach61@labyrinth.cl.cam.ac.uk <ach61@labyrinth.cl.cam.ac.uk>2003-05-20 18:11:23 +0000
committerach61@labyrinth.cl.cam.ac.uk <ach61@labyrinth.cl.cam.ac.uk>2003-05-20 18:11:23 +0000
commit91b549bcdacfe1a64bc982a52f14e6c36827cb88 (patch)
tree7c77731068670a502d986f75a3a1b827298e4540 /tools
parenta1f732504e2c65836b08c9129902b3315f59b294 (diff)
downloadxen-91b549bcdacfe1a64bc982a52f14e6c36827cb88.tar.gz
xen-91b549bcdacfe1a64bc982a52f14e6c36827cb88.tar.bz2
xen-91b549bcdacfe1a64bc982a52f14e6c36827cb88.zip
bitkeeper revision 1.247 (3eca6fcbSryfLAInJ09OOe4wWo52ew)
add xi_helper to tools/internal/Makefile
Diffstat (limited to 'tools')
-rw-r--r--tools/internal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/internal/Makefile b/tools/internal/Makefile
index 6cbaf9090d..417ffe7adb 100644
--- a/tools/internal/Makefile
+++ b/tools/internal/Makefile
@@ -28,9 +28,10 @@ $(XI_DESTROY).o: $(XI_DESTROY).c dom0_ops.h dom0_defs.h
$(CC) -c $(XI_DESTROY).c
install: all
- cp -a xi_list xi_vifinit $(XI_CREATE) $(XI_BUILD) $(XI_START) $(XI_STOP) $(XI_DESTROY) ../../../install/bin
+ cp -a xi_list xi_vifinit xi_helper $(XI_CREATE) $(XI_BUILD) $(XI_START) $(XI_STOP) $(XI_DESTROY) ../../../install/bin
chmod 755 ../../../install/bin/xi_list
chmod 755 ../../../install/bin/xi_vifinit
+ chmod 755 ../../../install/bin/xi_helper
rpm: all
rm -rf staging