direct-io.hg
diff tools/control/Makefile @ 781:94cd1ed0d2db
bitkeeper revision 1.473.1.1 (3f7ae3a1ETOit2XWditIaoMNiR4HLA)
minor fix to xen-clone script
minor fix to xen-clone script
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Wed Oct 01 14:24:33 2003 +0000 (2003-10-01) |
parents | 674fa1190ac3 |
children | 14481f959026 |
line diff
1.1 --- a/tools/control/Makefile Mon Sep 29 17:12:03 2003 +0000 1.2 +++ b/tools/control/Makefile Wed Oct 01 14:24:33 2003 +0000 1.3 @@ -8,7 +8,7 @@ clean: clean-cmdline clean-web 1.4 1.5 examples: FORCE 1.6 mkdir -p ../../../install/etc 1.7 - chmod +w ../../../install/etc/* 1.8 + chmod +w ../../../install/etc/* || true 1.9 cp examples/xen* examples/*example ../../../install/etc/ 1.10 1.11 cmdline: FORCE