summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/thrift/build/docker/scripts/make-dist.sh
blob: 5a3681e185532354a9e31d729aef652c40fe7028 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -ev

./bootstrap.sh
./configure $*
make dist
tar xvf thrift-*.tar.gz
cd thrift-*
./build/docker/scripts/cmake.sh