aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-10-01 14:27:03 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-10-01 14:27:03 +0000
commit4417cdb88fa5f4677b180583971de8b73a1f488e (patch)
tree039404f1e95ce765d24f0ac9d1c569e54886840f
parent763bc56849e6d65586cb0cb2f27506708ed1ec7a (diff)
parent71f3f6038f9fb2fb7428ee9cf08f74ea2c5802cc (diff)
downloadxen-4417cdb88fa5f4677b180583971de8b73a1f488e.tar.gz
xen-4417cdb88fa5f4677b180583971de8b73a1f488e.tar.bz2
xen-4417cdb88fa5f4677b180583971de8b73a1f488e.zip
bitkeeper revision 1.475.1.1 (3f7ae437a-udEv_0YtIbYS5vnIusMw)
Merge labyrinth.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno-1.0.bk into labyrinth.cl.cam.ac.uk:/auto/anfs/scratch/labyrinth/iap10/xeno-clone/xeno-1.0.bk
-rw-r--r--tools/control/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/control/Makefile b/tools/control/Makefile
index 7a49e1807a..ce594d833b 100644
--- a/tools/control/Makefile
+++ b/tools/control/Makefile
@@ -8,7 +8,7 @@ clean: clean-cmdline clean-web
examples: FORCE
mkdir -p ../../../install/etc
- chmod +w ../../../install/etc/*
+ chmod +w ../../../install/etc/* || true
cp examples/xen* examples/*example ../../../install/etc/
cmdline: FORCE