aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorsmh22@labyrinth.cl.cam.ac.uk <smh22@labyrinth.cl.cam.ac.uk>2003-05-16 16:15:54 +0000
committersmh22@labyrinth.cl.cam.ac.uk <smh22@labyrinth.cl.cam.ac.uk>2003-05-16 16:15:54 +0000
commit2673bd1b214a683675537f3361913eb82fe2fefc (patch)
tree9d0782b86100a887237e8bf3729e2f8f571e45ed /tools
parentd48232a5fb98f1cc87f9e697ee65b26b0d5237f2 (diff)
parentcd5992537c57d5b05fdc908a1601a03062bed236 (diff)
downloadxen-2673bd1b214a683675537f3361913eb82fe2fefc.tar.gz
xen-2673bd1b214a683675537f3361913eb82fe2fefc.tar.bz2
xen-2673bd1b214a683675537f3361913eb82fe2fefc.zip
bitkeeper revision 1.240 (3ec50ebanPAD0oKAiJesSI9-L3Jqkw)
Merge labyrinth.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk into labyrinth.cl.cam.ac.uk:/local/scratch/smh22/xeno.bk
Diffstat (limited to 'tools')
-rw-r--r--tools/control/web/tmpl/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/control/web/tmpl/makefile b/tools/control/web/tmpl/makefile
index aed826114e..a9e2a1c392 100644
--- a/tools/control/web/tmpl/makefile
+++ b/tools/control/web/tmpl/makefile
@@ -28,7 +28,7 @@ target1 = $(target)/index.jsp $(target)/newdom.jsp $(target)/vd.jsp \
all: $(src0) $(src1)
./install.pl -s -home index
mv *.jsp $(target)
- cp $(src0) $(target)
+ cp -f $(src0) $(target)
clean:
rm -f $(target1)