]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: remove C sources, rename some to Go files
authorRuss Cox <rsc@golang.org>
Wed, 7 Jan 2015 16:37:04 +0000 (11:37 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 10 Jan 2015 19:15:37 +0000 (19:15 +0000)
commitad6ee36cac122894f7ea4043289c10a50e48ac01
treeba42e5f60fa1d27c6ad46c6213a92bbcafa61636
parentce5cb037d171273f1a5294723234be5495c9d336
cmd/dist: remove C sources, rename some to Go files

This CL makes the next one have nice cross-file diffs.

Change-Id: I9ce897dc505dea9923be4e823bae31f4f7fa2ee2
Reviewed-on: https://go-review.googlesource.com/2471
Reviewed-by: Ian Lance Taylor <iant@golang.org>
12 files changed:
src/cmd/dist/a.h [deleted file]
src/cmd/dist/arg.h [deleted file]
src/cmd/dist/arm.c [deleted file]
src/cmd/dist/buf.c [deleted file]
src/cmd/dist/build.go [moved from src/cmd/dist/build.c with 100% similarity]
src/cmd/dist/buildgc.go [moved from src/cmd/dist/buildgc.c with 100% similarity]
src/cmd/dist/buildgo.go [moved from src/cmd/dist/buildgo.c with 100% similarity]
src/cmd/dist/buildruntime.go [moved from src/cmd/dist/buildruntime.c with 100% similarity]
src/cmd/dist/main.go [moved from src/cmd/dist/main.c with 100% similarity]
src/cmd/dist/plan9.c [deleted file]
src/cmd/dist/util.go [moved from src/cmd/dist/unix.c with 100% similarity]
src/cmd/dist/windows.c [deleted file]