Differences From Artifact [1a666efbfb]:
- Executable file tcl/build.sh — part of check-in [3d4318cfe7] at 2010-09-26 04:38:25 on branch trunk — Added support for TCLVERS beginning with "cvs_" to indicate a CVS version of Tcl/Tk (user: rkeene, size: 1451) [annotate] [blame] [check-ins using]
To Artifact [dfb8a2bbd9]:
- Executable file tcl/build.sh — part of check-in [4b7dc4b29d] at 2010-09-26 04:39:03 on branch trunk — Updated to no longer quote references to MAKE (user: rkeene, size: 1447) [annotate] [blame] [check-ins using]
︙ | |||
52 53 54 55 56 57 58 | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | - + - + | # Remove previous directory's "tclConfig.sh" if found rm -f 'tclConfig.sh' cd "${BUILDDIR}/${dir}" || exit 1 ./configure --disable-shared --prefix="${INSTDIR}" ${CONFIGUREEXTRA} |
︙ |