Differences From Artifact [6c838e6aa6]:
- Executable file kitsh/build.sh — part of check-in [a23f2effdc] at 2016-09-06 03:44:28 on branch trunk — Updated to not print a spurious error to the kitsh build log when Tk is not built (user: rkeene, size: 6798) [annotate] [blame] [check-ins using]
To Artifact [7664997e0e]:
- Executable file kitsh/build.sh — part of check-in [7677216774] at 2017-08-18 13:54:02 on branch trunk — Updated to include "tclsh" in the SDK (user: rkeene, size: 6798) [annotate] [blame] [check-ins using]
︙ | |||
182 183 184 185 186 187 188 | 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 | - + - + | break done ## Also create an executable named "kit" so that we can run it later ${MAKE:-make} tclsh if [ -f "tclsh.exe" ]; then |
︙ |