Differences From Artifact [de910503cc]:
- Executable file kitcreator — part of check-in [740690ff29] at 2010-09-26 04:38:19 on branch trunk — Added build status output (user: rkeene, size: 1307) [annotate] [blame] [check-ins using]
To Artifact [fd35339ae1]:
- Executable file
kitcreator
— part of check-in
[c151e65b1d]
at
2010-09-26 04:38:39
on branch trunk
— Added support for specifying what version of Tcl to build
Updated documentation (user: rkeene, size: 1425) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + + + + + | #! /bin/bash TCLVERS="8.4.19" if echo "$1" | grep '^[0-9][0-9]*\.' >/dev/null || echo "$1" | grep '^cvs_' >/dev/null; then TCLVERS="$1" shift fi export TCLVERS mode="build" if [ "$1" = "clean" ]; then shift mode="clean" |
︙ |