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 [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...]
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 | + + + | #! /usr/bin/env bash set -e rm -rf build rm -f autogen.sh make -f Makefile.in srcdir=. tls.tcl.h exit 0 |