Differences From Artifact [f54d16cc5c]:
- Executable file build/post.sh — part of check-in [18f663c190] at 2016-12-13 07:06:00 on branch trunk — Updated to include a pre-made tls.tcl.h in the distribution (user: rkeene, size: 107) [annotate] [blame] [check-ins using] [more...]
To Artifact [cb645c3205]:
- Executable file build/post.sh — part of check-in [05099e9a1e] at 2016-12-13 16:11:17 on branch trunk — Fixed weird asymmetry in build of tls.tcl.h, which was required for out-of-tree builds (user: rkeene, size: 68) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 | #! /usr/bin/env bash set -e rm -rf build rm -f autogen.sh | < | 1 2 3 4 5 6 7 8 | #! /usr/bin/env bash set -e rm -rf build rm -f autogen.sh exit 0 |