]> Cypherpunks repositories - gostls13.git/commit
cmd/dist, cmd/go: move textdata.h, funcdata.h from pkg/GOOS_GOARCH to pkg/include
authorRuss Cox <rsc@golang.org>
Mon, 2 Mar 2015 15:30:47 +0000 (10:30 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 2 Mar 2015 18:39:01 +0000 (18:39 +0000)
commit190357d560b2bf4421c1819ebb9afe7aa175785c
treea64c9b07f3d6d58bdceada1c9cfaf16f0e04c0e8
parent145b6fb9849d377e9c7c4077a9ff49e078b5639f
cmd/dist, cmd/go: move textdata.h, funcdata.h from pkg/GOOS_GOARCH to pkg/include

There's no point to having them in every GOOS_GOARCH directory,
since they are neither GOOS- nor GOARCH-specific.
(There used to be other headers that were.)

This makes building for additional toolchains easier:
no need to run make.bash at all.

Fixes #10049.

Change-Id: I710ecaafd7a5c8cad85ccd595ea9cb6058f553b3
Reviewed-on: https://go-review.googlesource.com/6471
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/dist/build.go
src/cmd/go/build.go