# HG changeset patch # User Simon Howkins # Date 1260281223 0 # Node ID 3f844f503f997611749a2c14a8fd2571d43132b8 # Parent 4fbec78cd97f412731925de0270bddab726389dc Restored signifcance of the MS tools not being available, as this only occurs when running a configuration that would try to use them. diff -r 4fbec78cd97f -r 3f844f503f99 common/tools/brag/sbsToBrag.pl --- a/common/tools/brag/sbsToBrag.pl Tue Dec 08 13:47:39 2009 +0000 +++ b/common/tools/brag/sbsToBrag.pl Tue Dec 08 14:07:03 2009 +0000 @@ -156,7 +156,6 @@ {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"}, @@ -164,7 +163,6 @@ {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)