australis/vendor/git.apache.org/thrift.git/build/docker/scripts/make-dist.sh
2018-10-23 23:32:59 -07:00

9 lines
127 B
Bash
Executable file

#!/bin/sh
set -ev
./bootstrap.sh
./configure $*
make dist
tar xvf thrift-*.tar.gz
cd thrift-*
./build/docker/scripts/cmake.sh