• Rob Pike's avatar
    make.bash: exit if dist fails · e8140bd0
    Rob Pike authored
    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
    e8140bd0
make.bash 4.95 KB