Differences From Artifact [e5d135d2c7]:
- Executable file
tcl/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: 7471) [annotate] [blame] [check-ins using]
To Artifact [b1c6fc2088]:
- Executable file tcl/build.sh — part of check-in [e51ad4b533] at 2011-10-03 19:04:35 on branch trunk — Updated to not use broken pre-generated Makefiles (user: rkeene, size: 7551) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
165 166 167 168 169 170 171 172 173 174 175 176 177 178 | exit 1 fi # Remove previous directory's "tclConfig.sh" if found rm -f 'tclConfig.sh' cd "${BUILDDIR}/${dir}" || exit 1 echo "Running: ./configure --disable-shared --with-encoding=utf-8 --prefix=\"${INSTDIR}\" ${CONFIGUREEXTRA}" ./configure --disable-shared --with-encoding=utf-8 --prefix="${INSTDIR}" ${CONFIGUREEXTRA} echo "Running: ${MAKE:-make}" ${MAKE:-make} || continue | > > > | 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 | exit 1 fi # Remove previous directory's "tclConfig.sh" if found rm -f 'tclConfig.sh' cd "${BUILDDIR}/${dir}" || exit 1 # Remove broken pre-generated Makfiles rm -f GNUmakefile Makefile makefile echo "Running: ./configure --disable-shared --with-encoding=utf-8 --prefix=\"${INSTDIR}\" ${CONFIGUREEXTRA}" ./configure --disable-shared --with-encoding=utf-8 --prefix="${INSTDIR}" ${CONFIGUREEXTRA} echo "Running: ${MAKE:-make}" ${MAKE:-make} || continue |
︙ | ︙ |