Differences From Artifact [58316dd2e7]:
- Executable file tk/build.sh — part of check-in [361d408d67] at 2011-07-05 17:26:00 on branch trunk — Updated to not attempt to download source if "buildsrc" directory is being used for Tcl/Tk (user: rkeene, size: 6394) [annotate] [blame] [check-ins using]
To Artifact [73621b259f]:
- Executable file
tk/build.sh
— 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: 6461) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
123 124 125 126 127 128 129 | ( . "${patchscript}" ) fi done | | > > > > | 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | ( . "${patchscript}" ) fi done for dir in "${TCLCONFIGDIRTAIL}" unix win macosx win64 __fail__; do if [ -z "${dir}" ]; then continue fi if [ "${dir}" = "__fail__" ]; then exit 1 fi # Windows/amd64 workarounds win64="0" if [ "${dir}" = "win64" ]; then |
︙ | ︙ |