--- a/uh_parser/RaptorUnreciped.pm Thu May 13 12:34:20 2010 +0100
+++ b/uh_parser/RaptorUnreciped.pm Thu May 20 14:13:31 2010 +0100
@@ -72,13 +72,13 @@
}
elsif ($text =~ m,^make(\.exe)?: \*\*\* No rule to make target .* needed by .*,)
{
- $severity = $RaptorCommon::SEVERITY_MINOR;
+ $severity = $RaptorCommon::SEVERITY_MAJOR;
my $subcategory = $CATEGORY_RAPTORUNRECIPED_MAKE_NORULETOMAKETARGETNEEDEDBY;
RaptorCommon::dump_fault($category, $subcategory, $severity, $logfile, $component, $mmp, $phase, $recipe, $file);
}
elsif ($text =~ m,^make(\.exe)?: \*\*\* No rule to make target .*,)
{
- $severity = $RaptorCommon::SEVERITY_MINOR;
+ $severity = $RaptorCommon::SEVERITY_MAJOR;
my $subcategory = $CATEGORY_RAPTORUNRECIPED_MAKE_NORULETOMAKETARGET;
RaptorCommon::dump_fault($category, $subcategory, $severity, $logfile, $component, $mmp, $phase, $recipe, $file);
}