]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: fix pprof permissions
authorBobby Powers <bobbypowers@gmail.com>
Tue, 21 Feb 2012 21:49:30 +0000 (16:49 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 21 Feb 2012 21:49:30 +0000 (16:49 -0500)
commitd36426995a3919cb8d6ebd8fac502e764f6e28ed
tree3182d242ab28eefe729b7526307adb83a35560bc
parent2110fadd12a37d0ff4e899c8d3211dacc6332c5b
cmd/dist: fix pprof permissions

When installing pprof into the tools directory, it needs to
have execute permissions on unix-like systems.

Fixes issues 3077.

R=golang-dev, rsc, minux.ma
CC=golang-dev
https://golang.org/cl/5675095
src/cmd/dist/a.h
src/cmd/dist/build.c
src/cmd/dist/buildgc.c
src/cmd/dist/buildruntime.c
src/cmd/dist/goc2c.c
src/cmd/dist/unix.c
src/cmd/dist/windows.c