| # | Line 22 | Line 22 | if ( "$1" == library ) then | |
|---|---|---|
| 22 | echo "" | |
| 23 | exit 0 | |
| 24 | endif | |
| 25 | < | set srcdirs=( common meta cv gen ot rt px hd util cal ) |
| 25 | > | set srcdirs=( common rt meta cv gen ot px hd util cal ) |
| 26 | if ( "$1" == install ) then | |
| 27 | cat << _EOF_ | |
| 28 | ||
| # | Line 276 | Line 276 | cd .. | |
| 276 | foreach i ( $* ) | |
| 277 | if ( "$i" == clean ) then | |
| 278 | echo "Removing library archives..." | |
| 279 | < | rm -f src/lib/*.[ao] |
| 279 | > | rm -f src/lib/*.{a,o,la} |
| 280 | endif | |
| 281 | end | |
| 282 | echo "Done." | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |