]> Cypherpunks repositories - gostls13.git/commit
cmd/go: build SWIG shared libraries in work directory
authorIan Lance Taylor <iant@golang.org>
Tue, 10 Sep 2013 18:00:26 +0000 (11:00 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 10 Sep 2013 18:00:26 +0000 (11:00 -0700)
commit7f062fa2dea2fc9b8b03d051375e7e22156ed8c9
treef209432b6661825f514f27160b91a0bc5a1060ed
parentd5fbad0de86169d996fcb136cb6c1e57a3649c43
cmd/go: build SWIG shared libraries in work directory

Remove test of whether SWIG shared library is older than
sources--should be covered by test of package file anyhow.

Fixes #5739.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/13352046
src/cmd/go/build.go
src/cmd/go/pkg.go