Differences From Artifact [5c0e5e63d0]:
- Executable file tcl/build.sh — part of check-in [e3565593fd] at 2010-09-26 04:39:59 on branch trunk — Updated to clean up archive files after installation (user: rkeene, size: 1719) [annotate] [blame] [check-ins using]
To Artifact [6599bcea65]:
- Executable file
tcl/build.sh
— part of check-in
[b84f59e5de]
at
2010-09-26 04:40:31
on branch trunk
— Fixed issue with Tcl 8.5 and up cross-compile installation
Fixed check for no Tk libs to exclude stubs in the check, but include it in the linking (user: rkeene, size: 2283) [annotate] [blame] [check-ins using]
︙ | |||
60 61 62 63 64 65 66 | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | - + + + + + + + + + + + + + + + | cd "${BUILDDIR}/${dir}" || exit 1 ./configure --disable-shared --prefix="${INSTDIR}" ${CONFIGUREEXTRA} ${MAKE:-make} || continue |
︙ |