]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: generate files for package runtime
authorRuss Cox <rsc@golang.org>
Fri, 3 Feb 2012 23:16:42 +0000 (18:16 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 3 Feb 2012 23:16:42 +0000 (18:16 -0500)
commitc6c00ed4827c68e3c041ec501e823a3b0aa07850
tree80b7f46fb09d97d46449dcc50ab40f5afb0f4585
parent278369152267b79853a9cceaa0390d6c7e1d86b9
cmd/dist: generate files for package runtime
goc2c moves here.
parallel builds like old makefiles (-j4).
add clean command.
add banner command.
implement Go version check.
real argument parsing (same as 6g etc)

Windows changes will be a separate CL.

R=golang-dev, bradfitz, iant
CC=golang-dev
https://golang.org/cl/5622058
src/cmd/dist/a.h
src/cmd/dist/arg.h [new file with mode: 0644]
src/cmd/dist/buf.c
src/cmd/dist/build.c
src/cmd/dist/buildruntime.c [new file with mode: 0644]
src/cmd/dist/goc2c.c [new file with mode: 0644]
src/cmd/dist/main.c
src/cmd/dist/unix.c