ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/configure
(Generate patch)

Comparing configure (file contents):
Revision 1.62 by arta, Fri Feb 4 01:33:56 2011 UTC vs.
Revision 1.63 by arta, Tue Feb 8 22:23:47 2011 UTC

# Line 23 | Line 23 | foreach ARG ($argv)
23      endif
24   end
25  
26 + # Backward compatibility - remove the links to the old make files in projconf
27 + if (-d proj) then        
28 +    cd proj      
29 +    if (-e configure) then      
30 +        rm configure    
31 +    endif        
32 +    if (-e make_basic.mk) then  
33 +        rm make_basic.mk        
34 +    endif        
35 +    if (-e Rules.mk) then        
36 +        rm Rules.mk      
37 +    endif        
38 +    if (-e target.mk) then      
39 +        rm target.mk    
40 +    endif        
41 +    cd ..        
42 + endif
43 +
44      echo -n "Remove links to man pages..."
45      if (-e man) then
46          rm -rf man

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines