sbsv1_os/e32toolp/makmake/makmake.pl
changeset 25 85578ba0aa08
parent 0 83f4b4db085c
child 31 9018dfead457
equal deleted inserted replaced
0:83f4b4db085c 25:85578ba0aa08
   583 		print "Successful Variant Infor File Creation\n";
   583 		print "Successful Variant Infor File Creation\n";
   584 
   584 
   585 		}
   585 		}
   586 	}
   586 	}
   587 # modified end: makefile improvement 
   587 # modified end: makefile improvement 
   588 
       
   589 # modified by SV start: makefile improvement 
       
   590 if(-e $MAKEFILE)
       
   591 {
       
   592 	my $mmp_time = -M $MMPFILE;
       
   593 	my $makefile_time = -M $MAKEFILE;
       
   594 	if( $makefile_time <= $mmp_time)
       
   595 	{
       
   596 		exit;
       
   597 	}
       
   598 }
       
   599 # modified by SV end: makefile improvement 
       
   600 
   588 
   601 my $CurAifRef;
   589 my $CurAifRef;
   602 my $CurBaseObj;
   590 my $CurBaseObj;
   603 my $CurBld;
   591 my $CurBld;
   604 my $CurBitMapRef;
   592 my $CurBitMapRef;