kernel/eka/rombuild/rom_sbs.pl
changeset 288 3587eff339f4
parent 277 1686aa1db1e4
equal deleted inserted replaced
284:e76171403744 288:3587eff339f4
   468 
   468 
   469 my $nerrors=0;
   469 my $nerrors=0;
   470 my $nwarnings=0;
   470 my $nwarnings=0;
   471 
   471 
   472 while(<Y>) {
   472 while(<Y>) {
       
   473 	if (/is not recognized as an internal or external command/)
       
   474 	{
       
   475 		print;
       
   476 		exit(1);
       
   477 	}
   473 	my $error=(/^error:/i);
   478 	my $error=(/^error:/i);
   474 	my $warning=(/^warning:/i);
   479 	my $warning=(/^warning:/i);
   475 	print if ($error or $warning or !$quiet);
   480 	print if ($error or $warning or !$quiet);
   476 	$nerrors++ if ($error);
   481 	$nerrors++ if ($error);
   477 	$nwarnings++ if ($warning);
   482 	$nwarnings++ if ($warning);