--- a/sbsv2/raptor/python/raptor_make.py Tue Mar 30 15:34:13 2010 +0100
+++ b/sbsv2/raptor/python/raptor_make.py Thu Apr 01 10:50:16 2010 +0100
@@ -118,7 +118,7 @@
self.talontimeout = str(evaluator.Get("TALON_TIMEOUT"))
self.talonretries = str(evaluator.Get("TALON_RETRIES"))
- # Get the ####################################
+ # work around for RVCT 2.2 failed compiles
delete_on_failed_compile_s = evaluator.Get("DELETE_ON_FAILED_COMPILE")
self.delete_on_failed_compile = ""
if delete_on_failed_compile_s is not None and delete_on_failed_compile_s != "":