Differences From Artifact [0d787c6d5e]:
- File server/buildpkgs/common.sh — part of check-in [fb61490a11] at 2011-09-10 22:28:46 on branch trunk — Updated to use Tcl 8.5/8.4 depending on which is built Added script to cross-compile for various platforms (user: rkeene, size: 2411) [annotate] [blame] [check-ins using]
To Artifact [b0d5bd6980]:
- File server/buildpkgs/common.sh — part of check-in [373a97d833] at 2014-05-19 03:29:30 on branch trunk — Fixed bug in setting up to link against Tcl 8.4 (user: rkeene, size: 2415) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 | #! /bin/bash function setup_tcl () { local vers envfile for vers in "$@"; do | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #! /bin/bash function setup_tcl () { local vers envfile for vers in "$@"; do envfile="${PROJROOTDIR}/platform.magic.env-${vers}" if [ ! -f "${envfile}" ]; then continue fi source "${envfile}" |
︙ | ︙ |