uh_parser/RaptorUnreciped.pm
changeset 241 f10adc84543a
parent 238 09b83ca8e0cf
child 267 a02973783e64
--- 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);
 	}