sbsv2/raptor/python/raptor.py
branchfix
changeset 533 408bfff46ad7
parent 374 96629a6f26e4
child 537 164e587fef9f
equal deleted inserted replaced
532:1083c9a3a7cf 533:408bfff46ad7
   827 
   827 
   828 			if is_clean:
   828 			if is_clean:
   829 				self.filterList += ",filterclean"
   829 				self.filterList += ",filterclean"
   830 				if is_suspicious_clean:
   830 				if is_suspicious_clean:
   831 					self.Warn('CLEAN, CLEANEXPORT and a REALLYCLEAN should not be combined with other targets as the result is unpredictable.')
   831 					self.Warn('CLEAN, CLEANEXPORT and a REALLYCLEAN should not be combined with other targets as the result is unpredictable.')
       
   832 			else:
       
   833 				""" Copyfile implements the <copy> tag which is primarily useful with cluster builds.
       
   834 				    It allows file copying to occur on the primary build host rather than on the cluster.
       
   835 				    This is more efficient.
       
   836 				"""
       
   837 				self.filterList += ",filtercopyfile"
   832 
   838 
   833 		if not more_to_do:
   839 		if not more_to_do:
   834 			self.skipAll = True		# nothing else to do
   840 			self.skipAll = True		# nothing else to do
   835 
   841 
   836 	def ProcessConfig(self):
   842 	def ProcessConfig(self):