aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Nathan Harmata <nharmata@google.com>2016-01-07 22:58:29 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-01-08 07:27:20 +0000
commitbf98f39d5d69d14d74dad79e705f76966f348766 (patch)
tree7afb1efdb2774ab71c1da35b7c73da64206f58ea /scripts
parent3df1728fdb9b5a5784b21c1d73f124f3eb01fe18 (diff)
Add the ability to customize the bazel client's exit code used when the bazel server exits abruptly.
-- MOS_MIGRATED_REVID=111641619
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap/compile.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bootstrap/compile.sh b/scripts/bootstrap/compile.sh
index ea21eba9c4..abb03cee98 100755
--- a/scripts/bootstrap/compile.sh
+++ b/scripts/bootstrap/compile.sh
@@ -32,6 +32,7 @@ msys*|mingw*)
esac
BLAZE_CC_FILES=(
+src/main/cpp/blaze_abrupt_exit.cc
src/main/cpp/blaze_startup_options.cc
src/main/cpp/blaze_startup_options_common.cc
src/main/cpp/blaze_util.cc