thrift/build/docker/scripts/make-dist.sh
2016-10-19 22:53:32 +09:00

10 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