improve resource copying speed on certain clustered build systems by forcing them to happen locally. fix
authortimothy.murphy@nokia.com
Tue, 20 Apr 2010 18:58:43 +0100
branchfix
changeset 529 b74730c98ccc
parent 490 b60bdff41580
child 530 c708fcd8e968
improve resource copying speed on certain clustered build systems by forcing them to happen locally.
sbsv2/raptor/lib/flm/resource.flm
--- a/sbsv2/raptor/lib/flm/resource.flm	Tue Apr 20 13:41:38 2010 +0100
+++ b/sbsv2/raptor/lib/flm/resource.flm	Tue Apr 20 18:58:43 2010 +0100
@@ -210,6 +210,8 @@
         RESOURCE:: $2
         ## perform additional copies of binaries
         #
+# On the build system that begins with 'e' this helps performance:
+#pragma runlocal
         $(2): $(1)
 		$(call startrule,resourcecopy,FORCESUCCESS) \
 		$(GNUCP) $$< $$@ \