sbsv2/raptor/lib/flm/resource.flm
branchfix
changeset 529 b74730c98ccc
parent 488 bae97f326378
child 530 c708fcd8e968
equal deleted inserted replaced
490:b60bdff41580 529:b74730c98ccc
   208            TARGET_$(call sanitise,$2):=1
   208            TARGET_$(call sanitise,$2):=1
   209 
   209 
   210         RESOURCE:: $2
   210         RESOURCE:: $2
   211         ## perform additional copies of binaries
   211         ## perform additional copies of binaries
   212         #
   212         #
       
   213 # On the build system that begins with 'e' this helps performance:
       
   214 #pragma runlocal
   213         $(2): $(1)
   215         $(2): $(1)
   214 		$(call startrule,resourcecopy,FORCESUCCESS) \
   216 		$(call startrule,resourcecopy,FORCESUCCESS) \
   215 		$(GNUCP) $$< $$@ \
   217 		$(GNUCP) $$< $$@ \
   216 		$(call endrule,resourcecopy)
   218 		$(call endrule,resourcecopy)
   217 
   219