Differences From Artifact [d804d69dc7]:
- Executable file tcllib/build.sh — part of check-in [faeac9b5b2] at 2015-08-05 03:27:54 on branch trunk — Updated URL to tcllib (user: rkeene, size: 926) [annotate] [blame] [check-ins using]
To Artifact [7e265f11b2]:
- Executable file tcllib/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: 877) [annotate] [blame] [check-ins using]
| ︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - - + - |
rm -rf 'build' 'out' 'inst'
mkdir 'build' 'out' 'inst' || exit 1
if [ ! -f "${SRC}" ]; then
mkdir 'src' >/dev/null 2>/dev/null
if [ ! -d 'buildsrc' ]; then
|
| ︙ |