]> Cypherpunks repositories - gostls13.git/commit
build: move final steps of make.bash, make.bat, make.rc into cmd/dist
authorRuss Cox <rsc@golang.org>
Tue, 24 Oct 2017 01:57:54 +0000 (21:57 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 25 Oct 2017 01:13:01 +0000 (01:13 +0000)
commitaedb79f092be44f13faa7a40ed195b1bf0d27855
tree703d112495666708114e4f29e3760992d033c173
parentd92aaa970791472a1657e878bf686fe802943ebe
build: move final steps of make.bash, make.bat, make.rc into cmd/dist

This CL expands the job of "dist bootstrap" to be "finish make.bash".
I need to change that logic in upcoming CLs related to cmd/go
changes, and I'd rather not change it in three places in three different
shell script languages.

Change-Id: I545dc215e408289e4d0b28f7c2ffcd849d89ad3b
Reviewed-on: https://go-review.googlesource.com/72870
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/dist/build.go
src/make.bash
src/make.bat
src/make.rc