Differences From Artifact [d44be617e2]:
- Executable file server/buildpkgs/tls/build.sh — part of check-in [b12f77291f] at 2010-02-05 03:55:55 on branch trunk — Updated ignores Renamed "work" directory something more meaningful Created teapot_index script to create client-compliant (but bare) repository (user: rkeene, size: 1407) [annotate] [blame] [check-ins using]
- Executable file server/work/tls/build.sh — part of check-in [a478ff4b06] at 2010-02-05 02:20:41 on branch trunk — Added support for creating teapot descriptor (user: rkeene, size: 1407) [annotate] [blame] [check-ins using]
To Artifact [b97c4c4318]:
- Executable file server/buildpkgs/tls/build.sh — part of check-in [25a0e0e475] at 2010-02-05 04:41:19 on branch trunk — Updated ignores Switched to using "make" unless MAKE environment variable was set Added Tclx (with patches from Slackware) Switched to logging only to a file when building (user: rkeene, size: 1415) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
36 37 38 39 40 41 42 | fi done if [ -z "${SSLDIR}" ]; then SSLDIR="/usr" fi ./configure --enable-shared --with-tcl="${TCLCONFIGDIR}" --with-ssl-dir="${SSLDIR}" | | | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | fi done if [ -z "${SSLDIR}" ]; then SSLDIR="/usr" fi ./configure --enable-shared --with-tcl="${TCLCONFIGDIR}" --with-ssl-dir="${SSLDIR}" ${MAKE:-make} || exit 1 ) || exit 1 ( mkdir -p "${PLATDIR}" >/dev/null 2>/dev/null cp "build/${BUILDDIR}/libtls1.6.so" "${PLATDIR}/" cp "build/${BUILDDIR}/pkgIndex.tcl" "${PLATDIR}/" |
︙ | ︙ |