uh_parser/RaptorUnreciped.pm
changeset 241 f10adc84543a
parent 238 09b83ca8e0cf
child 267 a02973783e64
equal deleted inserted replaced
239:d01a4084d621 241:f10adc84543a
    70 		my $subcategory = $CATEGORY_RAPTORUNRECIPED_OVERRIDINGCOMMANDSFORTARGET;
    70 		my $subcategory = $CATEGORY_RAPTORUNRECIPED_OVERRIDINGCOMMANDSFORTARGET;
    71 		RaptorCommon::dump_fault($category, $subcategory, $severity, $logfile, $component, $mmp, $phase, $recipe, $file);
    71 		RaptorCommon::dump_fault($category, $subcategory, $severity, $logfile, $component, $mmp, $phase, $recipe, $file);
    72 	}
    72 	}
    73 	elsif ($text =~ m,^make(\.exe)?: \*\*\* No rule to make target .* needed by .*,)
    73 	elsif ($text =~ m,^make(\.exe)?: \*\*\* No rule to make target .* needed by .*,)
    74 	{
    74 	{
    75 		$severity = $RaptorCommon::SEVERITY_MINOR;
    75 		$severity = $RaptorCommon::SEVERITY_MAJOR;
    76 		my $subcategory = $CATEGORY_RAPTORUNRECIPED_MAKE_NORULETOMAKETARGETNEEDEDBY;
    76 		my $subcategory = $CATEGORY_RAPTORUNRECIPED_MAKE_NORULETOMAKETARGETNEEDEDBY;
    77 		RaptorCommon::dump_fault($category, $subcategory, $severity, $logfile, $component, $mmp, $phase, $recipe, $file);
    77 		RaptorCommon::dump_fault($category, $subcategory, $severity, $logfile, $component, $mmp, $phase, $recipe, $file);
    78 	}
    78 	}
    79 	elsif ($text =~ m,^make(\.exe)?: \*\*\* No rule to make target .*,)
    79 	elsif ($text =~ m,^make(\.exe)?: \*\*\* No rule to make target .*,)
    80 	{
    80 	{
    81 		$severity = $RaptorCommon::SEVERITY_MINOR;
    81 		$severity = $RaptorCommon::SEVERITY_MAJOR;
    82 		my $subcategory = $CATEGORY_RAPTORUNRECIPED_MAKE_NORULETOMAKETARGET;
    82 		my $subcategory = $CATEGORY_RAPTORUNRECIPED_MAKE_NORULETOMAKETARGET;
    83 		RaptorCommon::dump_fault($category, $subcategory, $severity, $logfile, $component, $mmp, $phase, $recipe, $file);
    83 		RaptorCommon::dump_fault($category, $subcategory, $severity, $logfile, $component, $mmp, $phase, $recipe, $file);
    84 	}
    84 	}
    85 	elsif ($text =~ m,^make(\.exe)?: \*\*\* .* Error \d,)
    85 	elsif ($text =~ m,^make(\.exe)?: \*\*\* .* Error \d,)
    86 	{
    86 	{