Differences From 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]
To Artifact [be98577a11]:
- Executable file
kitcreator
— part of check-in
[e95acf08f0]
at
2010-09-26 04:40:48
on branch trunk
— Added zlib package
Added support for specifying --with-zlib to kitsh if zlib built fine (user: rkeene, size: 1430) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
21 22 23 24 25 26 27 | fi CONFIGUREEXTRA="$@" export CONFIGUREEXTRA failedpkgs="" buildfailed="0" | | | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | fi CONFIGUREEXTRA="$@" export CONFIGUREEXTRA failedpkgs="" buildfailed="0" for pkg in tcl tk itcl mk4tcl tclvfs zlib kitsh; do if [ "${mode}" = "distclean" ]; then rm -rf "${pkg}/src" fi if [ "${mode}" = "clean" -o "${mode}" = "distclean" ]; then rm -f "${pkg}/build.log" rm -rf "${pkg}/out" "${pkg}/inst" "${pkg}/build" |
︙ | ︙ |