Differences From Artifact [55397ed974]:
- Executable file server/buildpkgs/tcllib/build.sh — part of check-in [c0fd75de7e] at 2010-02-11 13:49:41 on branch trunk — Added the ability to specify a PLATFORM (defaults to auto-detect) Disabled building of binary packages when PLATFORM is "tcl" Added building Tcllib if PLATFORM is "tcl" (user: rkeene, size: 5533) [annotate] [blame] [check-ins using]
To Artifact [9be2fc0b9c]:
- Executable file server/buildpkgs/tcllib/build.sh — part of check-in [36fbce3da1] at 2011-03-30 16:41:59 on branch trunk — Updated to Tcllib 1.13 (user: rkeene, size: 5533) [annotate] [blame] [check-ins using]
︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + | if [ "${PLATFORM}" != "tcl" ]; then rm -rf out exit 0 fi |
︙ |