Differences From Artifact [a8c1cbf0ad]:
- Executable file tcc4tcl/build.sh — part of check-in [99496bc131] at 2014-08-31 19:45:35 on branch trunk — Updated to latest tcc4tcl (user: rkeene, size: 3462) [annotate] [blame] [check-ins using] [more...]
To Artifact [5a95feee8a]:
- Executable file tcc4tcl/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: 3417) [annotate] [blame] [check-ins using]
︙ | |||
36 37 38 39 40 41 42 | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | - + - - | fi export TCL_VERSION if [ ! -f "${SRC}" ]; then mkdir 'src' >/dev/null 2>/dev/null if [ ! -d 'buildsrc' ]; then |
︙ |