Differences From Artifact [dc0eed1286]:
- Executable file server/work/tls/build.sh — part of check-in [0b028fd897] at 2010-02-05 01:34:51 on branch trunk — Updated clean target to call build clean script Added finding TCLCONFIGDIR support Added build support for TLS on Solaris (user: rkeene, size: 1285) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
40 41 42 43 44 45 46 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | - - + | fi ./configure --enable-shared --with-tcl="${TCLCONFIGDIR}" --with-ssl-dir="${SSLDIR}" gmake || exit 1 ) || exit 1 ( |