Differences From Artifact [841b4aa9c5]:
- Executable file kitcreator — part of check-in [fd32e55ed8] at 2011-09-14 18:25:24 on branch trunk — Updated to pass "wget" errors from Tcl build up to stderr (user: rkeene, size: 3956) [annotate] [blame] [check-ins using]
To Artifact [f143b94d8a]:
- Executable file
kitcreator
— part of check-in
[a6a6c489dc]
at
2011-10-03 15:31:35
on branch trunk
— Updated to try to build Tk in the same sub-directory as Tcl first
Updated Tcl to try to build in the macosx directory first on Darwin (user: rkeene, size: 4025) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
137 138 139 140 141 142 143 | else echo " done." fi case "${pkg}" in tcl) TCLCONFIGDIR=$(find "$(pwd)/tcl/build" -name tclConfig.sh | head -1 | sed 's@/[^/]*$@@') | > | | 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 | else echo " done." fi case "${pkg}" in tcl) TCLCONFIGDIR=$(find "$(pwd)/tcl/build" -name tclConfig.sh | head -1 | sed 's@/[^/]*$@@') TCLCONFIGDIRTAIL="$(basename "${TCLCONFIGDIR}")" export TCLCONFIGDIR TCLCONFIGDIRTAIL ;; esac if [ "${failed}" = "1" ]; then buildfailed="1" fi done |
︙ | ︙ |