]> Cypherpunks repositories - gostls13.git/commit
cmd/go: rebuild stale shared objects before linking against them.
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Tue, 14 Apr 2015 10:03:21 +0000 (12:03 +0200)
committerIan Lance Taylor <iant@golang.org>
Tue, 5 May 2015 22:08:25 +0000 (22:08 +0000)
commita1858e9cf0296841452dd8dfa04b714601a9c339
tree23006701c36211600dc5aa22d37f204948991fd0
parent21cb062540b337b9e3820e7a085604cf6277034e
cmd/go: rebuild stale shared objects before linking against them.

This changes the action graph when shared libraries are involved to always have
an action for the shared library (which does nothing when the shared library
is up to date).

Change-Id: Ibbc70fd01cbb3f4e8c0ef96e62a151002d446144
Reviewed-on: https://go-review.googlesource.com/8934
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
misc/cgo/testshared/src/dep/dep.go [new file with mode: 0644]
misc/cgo/testshared/src/exe/exe.go [new file with mode: 0644]
misc/cgo/testshared/test.bash
src/cmd/go/bootstrap.go
src/cmd/go/build.go
src/cmd/go/list.go
src/cmd/go/note.go [new file with mode: 0644]
src/cmd/go/pkg.go
src/cmd/internal/ld/lib.go