diff options
| author | Russ Cox <rsc@golang.org> | 2009-03-30 00:21:25 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-03-30 00:21:25 -0700 |
| commit | 47fbb7639ac6ea9de1ced9dd241c79e90bc9d1fe (patch) | |
| tree | 08d3b724e49249bf04a75e62ba4ee047d78a43bf /src/cmd/make.bash | |
| parent | a2cbc2998d031fb1768c8a40037c558b5411b1e8 (diff) | |
| download | go-47fbb7639ac6ea9de1ced9dd241c79e90bc9d1fe.tar.xz | |
new tool godefs.
uses gcc to determine system header layouts and
emits simple C or Go. see comment in main.c.
R=r
DELTA=1069 (1067 added, 0 deleted, 2 changed)
OCL=26682
CL=26880
Diffstat (limited to 'src/cmd/make.bash')
| -rw-r--r-- | src/cmd/make.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/make.bash b/src/cmd/make.bash index 36dd2bd247..3d812c414b 100644 --- a/src/cmd/make.bash +++ b/src/cmd/make.bash @@ -12,7 +12,7 @@ bash mkenam make enam.o cd .. -for i in cc 6l 6a 6c gc 6g ar db nm acid cov gobuild prof gotest +for i in cc 6l 6a 6c gc 6g ar db nm acid cov gobuild godefs prof gotest do echo; echo; echo %%%% making $i %%%%; echo cd $i |
