Overview
Comment: | Updated Tcl 8.4.20 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
92a34120b90ac95b1cd22d502a7cbb7a |
User & Date: | rkeene on 2014-05-16 17:42:43 |
Other Links: | manifest | tags |
Context
2014-05-16
| ||
17:56 | Removed 32-bit Linux/x86 and added AIX/PowerPC check-in: 673b2e6970 user: rkeene tags: trunk | |
17:42 | Updated Tcl 8.4.20 check-in: 92a34120b9 user: rkeene tags: trunk | |
17:32 | Added more platforms check-in: a19f842896 user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/build_all.sh from [eb0726486d] to [78ecf55e1a].
︙ | ︙ | |||
32 33 34 35 36 37 38 | rm -rf tcl fi if [ "${CLEANONLY}" = "0" ]; then PROJROOTDIR="$(pwd)" export PROJROOTDIR | | | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | rm -rf tcl fi if [ "${CLEANONLY}" = "0" ]; then PROJROOTDIR="$(pwd)" export PROJROOTDIR for TCLVERS in 8.5.15 8.4.20; do TCLSHORTVERS="$(echo "${TCLVERS}" | cut -f 1-2 -d '.')" TCLPRIVATE="$(pwd)/tcl/build/tcl${TCLVERS}" TCLINSTDIR="$(pwd)/tcl/inst-${TCLSHORTVERS}" export TCLVERS TCLPRIVATE TCLINSTDIR if [ -f "${TCLINSTDIR}/lib/tclConfig.sh" ]; then echo "Skipping build of Tcl ${TCLVERS} (already found)" |
︙ | ︙ |