Differences From Artifact [2833e223c2]:
- Executable file build/pre.sh — part of check-in [19e06f8554] at 2016-03-11 20:32:50 on branch trunk — Added initial version of "hunter2" (user: rkeene, size: 1060) [annotate] [blame] [check-ins using]
To Artifact [7d2c051364]:
- Executable file build/pre.sh — part of check-in [d9d859322c] at 2016-03-11 21:41:24 on branch trunk — Added release engineering scripts (user: rkeene, size: 1123) [annotate] [blame] [check-ins using]
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | + + + + + | set -x set -e cd "${ourdir}/.." rm -rf lib if [ "$1" = 'clean' -o "$1" = 'distclean' ]; then exit 0 fi "${TCLKIT:-tclkit}" "${ourdir}/teapot-client.kit" get . tcl tcl pki aes for platform in linux-ix86 linux-x86_64 macosx-ix86 macosx-x86_64 win32-ix86 win32-x86_64; do dl_platform="${platform}" vers='0.9.9' case "${platform}" in macosx-*) |
︙ |