aboutsummaryrefslogtreecommitdiffhomepage
path: root/protoc-artifacts/build-protoc.sh
diff options
context:
space:
mode:
authorGravatar Kun Zhang <zhangkun@google.com>2015-03-31 16:59:33 -0700
committerGravatar Kun Zhang <zhangkun@google.com>2015-03-31 16:59:33 -0700
commite2f858574b1cbab1d914ad451bb942bec81347ee (patch)
tree0b0a0692f5fbe7fd2444b61d22eff264f80e04ea /protoc-artifacts/build-protoc.sh
parente4f1f933137f8231cdf8def6bc9231653de7d36f (diff)
Make clean before making
Diffstat (limited to 'protoc-artifacts/build-protoc.sh')
-rwxr-xr-xprotoc-artifacts/build-protoc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/protoc-artifacts/build-protoc.sh b/protoc-artifacts/build-protoc.sh
index 8233c64d..f166c8b6 100755
--- a/protoc-artifacts/build-protoc.sh
+++ b/protoc-artifacts/build-protoc.sh
@@ -16,4 +16,4 @@ if [[ "$(uname)" == CYGWIN* ]]; then
export CXXCPP=i686-pc-mingw32-cpp
fi
-cd $(dirname "$0")/.. && ./configure --disable-shared && make
+cd $(dirname "$0")/.. && ./configure --disable-shared && make clean && make