Differences From Artifact [b845836733]:
- Executable file build/post.sh — part of check-in [c38f1891b9] at 2016-11-24 03:44:17 on branch tls-1-7 — Defer cleanup until after initial build is done in release engineering (user: rkeene, size: 60) [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 | 1 2 3 4 5 6 7 8 | + + | #! /usr/bin/env bash set -e rm -rf build rm -f autogen.sh exit 0 |