If makefile_template copy fails then ignore, as its no longer needed for S^3.
--- a/sf-platform/build.xml Mon Oct 19 17:56:17 2009 +0100
+++ b/sf-platform/build.xml Tue Oct 20 14:55:25 2009 +0100
@@ -64,7 +64,8 @@
</exec>
</sequential>
</for>
- <copy todir="${build.drive}/epoc32/tools/makefile_templates/s60">
+ <!-- needed for s^2 but not s^3 - so ignore if not present -->
+ <copy todir="${build.drive}/epoc32/tools/makefile_templates/s60" failonerror="false">
<fileset dir="${build.drive}/sf/tools/makefile_templates">
<exclude name=".hg*"/>
<exclude name=".hg/**"/>