diff options
| author | Austin Clements <aclements@csail.mit.edu> | 2009-09-24 09:07:47 -0700 |
|---|---|---|
| committer | Austin Clements <aclements@csail.mit.edu> | 2009-09-24 09:07:47 -0700 |
| commit | ffe83e582ea3a01450d23c17eefa036b52bc7788 (patch) | |
| tree | cc67b99180556459c30bec1ab4cdcb0c9f01ae73 /src/pkg | |
| parent | 495b3db88b6e556893b8b6c8aa2ff832911698da (diff) | |
| download | go-ffe83e582ea3a01450d23c17eefa036b52bc7788.tar.xz | |
Switch ogle over to the in-tree debug/proc package. Fix
debug/proc to install to the right place. Delete the old
ptrace package. The diff looks huge, but it's mostly
s/ptrace/proc/.
R=rsc
APPROVED=rsc
DELTA=1940 (10 added, 1835 deleted, 95 changed)
OCL=34966
CL=34968
Diffstat (limited to 'src/pkg')
| -rw-r--r-- | src/pkg/debug/proc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/debug/proc/Makefile b/src/pkg/debug/proc/Makefile index d7eb34855e..1c6dc9089f 100644 --- a/src/pkg/debug/proc/Makefile +++ b/src/pkg/debug/proc/Makefile @@ -4,7 +4,7 @@ include $(GOROOT)/src/Make.$(GOARCH) -TARG=ptrace +TARG=debug/proc GOFILES=\ proc.go\ proc_$(GOOS).go\ |
