post.sh at [fe1f0ecd35]

File build/post.sh artifact f54d16cc5c part of check-in fe1f0ecd35


#! /usr/bin/env bash

set -e

rm -rf build
rm -f autogen.sh
make -f Makefile.in srcdir=. tls.tcl.h

exit 0