sbsv1_os/e32toolp/makmake/makmake.pl
branchRCL_3
changeset 18 99082257a271
parent 10 d4b442d23379
child 21 91b3b8b5dbbc
child 62 7416fe50a180
equal deleted inserted replaced
10:d4b442d23379 18:99082257a271
     1 # Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 # Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # All rights reserved.
     2 # All rights reserved.
     3 # This component and the accompanying materials are made available
     3 # This component and the accompanying materials are made available
     4 # under the terms of the License "Eclipse Public License v1.0"
     4 # under the terms of "Eclipse Public License v1.0"
     5 # which accompanies this distribution, and is available
     5 # which accompanies this distribution, and is available
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 #
     7 #
     8 # Initial Contributors:
     8 # Initial Contributors:
     9 # Nokia Corporation - initial contribution.
     9 # Nokia Corporation - initial contribution.
   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;