# HG changeset patch # User Simon Howkins # Date 1260273646 0 # Node ID 3ae590eac6958253266e9edaa873184e896dddf1 # Parent 11c237c9ad007126bdf0f8c889c368ebcaaac1e9 Re-assessed some of the raptor error messages to reflect the inconsequential nature of missing the MS dev tools when not trying to build the tools target. diff -r 11c237c9ad00 -r 3ae590eac695 common/tools/brag/sbsToBrag.pl --- a/common/tools/brag/sbsToBrag.pl Mon Dec 07 17:21:55 2009 +0000 +++ b/common/tools/brag/sbsToBrag.pl Tue Dec 08 12:00:46 2009 +0000 @@ -156,6 +156,7 @@ {regexp => qr{No such file or directory$}, severity => "major"}, {regexp => qr{Can't find mmp file}, severity => "minor"}, {regexp => qr{The make-engine exited with errors}, severity => "critical"}, + {regexp => qr{tool 'MS_.+?' from config '.*' did not return version '.*' as required\.}, severity => "inconsequential"}, {regexp => qr{tool '.+?' from config '.*' did not return version '.*' as required\.}, severity => "critical"}, {regexp => qr{Unknown build configuration '.*'}, severity => "critical"}, {regexp => qr{No build configurations given}, severity => "critical"}, @@ -163,6 +164,7 @@ {regexp => qr{Could not export}, severity => "minor"}, {regexp => qr{Could not export}, severity => "minor"}, {regexp => qr{Source zip for export does not exist:}, severity => "minor"}, + {regexp => qr{^(INCLUDE|LIB) is not set in the environment and has no default}, severity => "inconsequential"}, ); foreach (@messageInterpretation)