aboutsummaryrefslogtreecommitdiff
path: root/src/make.bat
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2014-07-21 16:29:38 +1000
committerAlex Brainman <alex.brainman@gmail.com>2014-07-21 16:29:38 +1000
commitebfc7e862eb6311c8403924e404eaa8d1bad2e37 (patch)
treece418fffa02502db4ecfc40b2f88205e8d14a630 /src/make.bat
parent8259b0136e1838e440ff32785622a4cc22c14d55 (diff)
downloadgo-ebfc7e862eb6311c8403924e404eaa8d1bad2e37.tar.gz
go-ebfc7e862eb6311c8403924e404eaa8d1bad2e37.zip
make.bat: do not exit builder on successful completion of make.bat (fixes build)
LGTM=dvyukov R=golang-codereviews, dvyukov CC=golang-codereviews https://golang.org/cl/118020043
Diffstat (limited to 'src/make.bat')
-rw-r--r--src/make.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.bat b/src/make.bat
index 22c0b0bf83..a1a6c14a40 100644
--- a/src/make.bat
+++ b/src/make.bat
@@ -115,6 +115,6 @@ goto end
:fail
set GOBUILDFAIL=1
+if x%GOBUILDEXIT%==x1 exit %GOBUILDFAIL%
:end
-if x%GOBUILDEXIT%==x1 exit %GOBUILDFAIL%