]> Cypherpunks repositories - gostls13.git/commit
all: check GOROOT_BOOTSTRAP executable before bootsrappping
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Thu, 10 Sep 2020 06:21:41 +0000 (13:21 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Thu, 10 Sep 2020 12:11:16 +0000 (12:11 +0000)
commit07d19b2597af253ed78ef43ba6e7a49db9a8f4ba
tree2a8425e3d69d6d1a0f36b3491a7115e03717dc23
parentdfdc3880b01d46d1d8125ab9eea0606b2fa5b819
all: check GOROOT_BOOTSTRAP executable before bootsrappping

Otherwise we’d still be writing that we're building cmd/dist
even if GOROOT_BOOTSTRAP we’re wrongly set.

Change-Id: I940e18c3cebae5664f85babc9919e9eb215d5093
Reviewed-on: https://go-review.googlesource.com/c/go/+/253877
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
src/make.bash