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 123 124 124 ( 125 125 . "${patchscript}" 126 126 ) 127 127 fi 128 128 done 129 129 130 - for dir in unix win macosx win64 __fail__; do 130 + for dir in "${TCLCONFIGDIRTAIL}" unix win macosx win64 __fail__; do 131 + if [ -z "${dir}" ]; then 132 + continue 133 + fi 134 + 131 135 if [ "${dir}" = "__fail__" ]; then 132 136 exit 1 133 137 fi 134 138 135 139 # Windows/amd64 workarounds 136 140 win64="0" 137 141 if [ "${dir}" = "win64" ]; then