Differences From Artifact [94a2a79b39]:
- Executable file server/work/tls/build.sh — part of check-in [30541f9462] at 2010-02-05 01:44:45 on branch trunk — Updated to store build log in output directory (user: rkeene, size: 1287) [annotate] [blame] [check-ins using]
To 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]
︙ | ︙ | |||
45 46 47 48 49 50 51 52 53 54 | ( mkdir -p "${PLATDIR}" >/dev/null 2>/dev/null cp "build/${BUILDDIR}/libtls1.6.so" "${PLATDIR}/" cp "build/${BUILDDIR}/pkgIndex.tcl" "${PLATDIR}/" cp "build/${BUILDDIR}/tls.tcl" "${PLATDIR}/" ) || exit 1 exit 0 | > > | 45 46 47 48 49 50 51 52 53 54 55 56 | ( mkdir -p "${PLATDIR}" >/dev/null 2>/dev/null cp "build/${BUILDDIR}/libtls1.6.so" "${PLATDIR}/" cp "build/${BUILDDIR}/pkgIndex.tcl" "${PLATDIR}/" cp "build/${BUILDDIR}/tls.tcl" "${PLATDIR}/" ../create_teapot "${PLATDIR}/teapot.txt" "tls" "${VERS}" "${SRCURL}" "${PLATFORM}" "Tcl 8.4" "SSL TLS Secure Sockets" ) || exit 1 exit 0 |