sbsv2/raptor/python/raptor.py
branchfix
changeset 533 408bfff46ad7
parent 374 96629a6f26e4
child 537 164e587fef9f
--- a/sbsv2/raptor/python/raptor.py	Fri Apr 23 22:37:45 2010 +0100
+++ b/sbsv2/raptor/python/raptor.py	Mon Apr 26 17:33:17 2010 +0100
@@ -829,6 +829,12 @@
 				self.filterList += ",filterclean"
 				if is_suspicious_clean:
 					self.Warn('CLEAN, CLEANEXPORT and a REALLYCLEAN should not be combined with other targets as the result is unpredictable.')
+			else:
+				""" Copyfile implements the <copy> tag which is primarily useful with cluster builds.
+				    It allows file copying to occur on the primary build host rather than on the cluster.
+				    This is more efficient.
+				"""
+				self.filterList += ",filtercopyfile"
 
 		if not more_to_do:
 			self.skipAll = True		# nothing else to do