]> Cypherpunks repositories - gostls13.git/commit
make.bash: exit if dist fails
authorRob Pike <r@golang.org>
Mon, 19 Aug 2013 01:18:43 +0000 (11:18 +1000)
committerRob Pike <r@golang.org>
Mon, 19 Aug 2013 01:18:43 +0000 (11:18 +1000)
commite8140bd03c154f8f9e894f5cb4be8b854c944412
treefa4403b8e517ff9488a6e55c7cb2c9b0bf5c643b
parent24f302a69d80f2e89db81fad600165b2f857c193
make.bash: exit if dist fails
The shell's -e doesn't work across "eval"; need to error-check by hand.
The recent spate of Darwin build failures pointed out that if the first
run of cmd/dist fails, we keep going. We shouldn't.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/13098043
src/make.bash