]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: fix mkdeps again
authorMarvin Stenger <marvin.stenger94@gmail.com>
Tue, 3 Oct 2017 15:05:47 +0000 (17:05 +0200)
committerIan Lance Taylor <iant@golang.org>
Tue, 3 Oct 2017 19:43:22 +0000 (19:43 +0000)
commitb4f21d6e223af417aedd356885a340abd9dc1216
tree6910afd5e588ab3c58b487b891ff6a5bbb32bbc1
parent0b6b5641d7f30cc1cf6ec623793ec758861359dc
cmd/dist: fix mkdeps again

Actually execute topological sort to get those special dependencies right.

Mistake introduced in CL 67650.

Change-Id: I22fd6efb4f033deaf7f191431c0401b59b8a97d0
Reviewed-on: https://go-review.googlesource.com/67870
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/deps.go
src/cmd/dist/mkdeps.go