]> Cypherpunks repositories - gostls13.git/commit
build: add make.bash --no-clean option
authorRuss Cox <rsc@golang.org>
Wed, 15 Feb 2012 16:48:17 +0000 (11:48 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 15 Feb 2012 16:48:17 +0000 (11:48 -0500)
commit2506fd43d463b5fe5e5c89982a6fea4a1602908b
treedf587c6bd8c9f92ba1f8dac209c057416c54831c
parentaef23cc49e745e619c10bd8e4f9d4555de3a9c5c
build: add make.bash --no-clean option

Makes it possible to run

GOARCH=amd64 make.bash
GOARCH=386 make.bash --no-clean

to avoid deleting some of the work done by the first one.

R=golang-dev
CC=golang-dev
https://golang.org/cl/5673056
src/cmd/dist/build.c
src/make.bash