Differences From Artifact [c5265584d3]:
- Executable file mk4tcl/build.sh — part of check-in [b1003b10ac] at 2014-11-19 20:56:12 on branch trunk — Updated URL to a mirror of mk4tcl for now (user: rkeene, size: 4235) [annotate] [blame] [check-ins using] [more...]
To Artifact [5fd2ea249e]:
- Executable file mk4tcl/build.sh — part of check-in [6f9977f121] at 2016-02-24 19:38:52 on branch trunk — Updated to use common download infrastructure (user: rkeene, size: 4186) [annotate] [blame] [check-ins using]
︙ | |||
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | - - + - | fi export TCL_VERSION if [ ! -f "${SRC}" ]; then mkdir 'src' >/dev/null 2>/dev/null if [ ! -d 'buildsrc' ]; then |
︙ |