If makefile_template copy fails then ignore, as its no longer needed for S^3.
authorShabe Razvi <shaber@symbian.org>
Tue, 20 Oct 2009 14:55:25 +0100
changeset 700 660b634546aa
parent 699 cdfb88270be0
child 701 332cfa36b186
If makefile_template copy fails then ignore, as its no longer needed for S^3.
sf-platform/build.xml
--- 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/**"/>