imgtools/romtools/maksym/maksym.pl
changeset 714 e5a58c351011
parent 694 c3fbb20e86f0
equal deleted inserted replaced
713:7b7f0409fc00 714:e5a58c351011
    53   my @cmdres = `rombuild -loginput=$rombuild`;
    53   my @cmdres = `rombuild -loginput=$rombuild`;
    54   print "@cmdres\n";
    54   print "@cmdres\n";
    55 
    55 
    56   if(($maksym ne "") && ($maksym ne $symbolfile))
    56   if(($maksym ne "") && ($maksym ne $symbolfile))
    57   {
    57   {
    58 	  copy($symbolfile, $maksym);
    58 	 	rename($symbolfile, $maksym);
    59 	  unlink $symbolfile;
       
    60   }
    59   }
    61 }
    60 }
    62 
    61 
    63 #
    62 #
    64 # args - get command line args
    63 # args - get command line args