# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |