Changeset 2590 for script

Show
Ignore:
Timestamp:
05/01/05 16:07:05 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
4052
Message:

* only unlink MainCC.hs when pugscc runs successfully.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • script/pugscc

    r1504 r2590  
    9999 
    100100    my $err = $!; 
     101    (($rv == 0) and -e $out) or die $err; 
     102 
    101103    unlink "$base/MainCC.hs"; 
    102104    unlink "$base/MainCC.hi"; 
    103105    unlink "$base/MainCC.o"; 
    104     (($rv == 0) and -e $out) or die $err; 
    105106} 
    106107