]> Cypherpunks repositories - gostls13.git/commit
cmd/go: only check SWIG intsize once per build
authorIan Lance Taylor <iant@golang.org>
Tue, 9 Feb 2016 14:18:43 +0000 (06:18 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 29 Feb 2016 00:08:51 +0000 (00:08 +0000)
commitf5ab890c189fae6f149a5621adf1cdd8016216b0
treea3a176ad9248019b5be90fb31818c4c7bb633fd4
parent622780b1c1ba73a5e61d26949bbdcc33851d7709
cmd/go: only check SWIG intsize once per build

Besides being more efficient in a large build, this avoids a possible
race when creating the input file.

Change-Id: Ifc2cb055925a76be9c90eac56d84ebd9e14f2bbc
Reviewed-on: https://go-review.googlesource.com/19392
Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com>
src/cmd/go/build.go