summaryrefslogtreecommitdiff
path: root/src/cmd/make.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-03-30 00:21:25 -0700
committerRuss Cox <rsc@golang.org>2009-03-30 00:21:25 -0700
commit73d291db46d9eeebe43510b02e02ab7a6ac962d8 (patch)
tree08d3b724e49249bf04a75e62ba4ee047d78a43bf /src/cmd/make.bash
parentd82542497c5ef540930201ac05a3be4161884ab4 (diff)
downloadgolang-73d291db46d9eeebe43510b02e02ab7a6ac962d8.tar.gz
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.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/make.bash b/src/cmd/make.bash
index 36dd2bd24..3d812c414 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