From 47fbb7639ac6ea9de1ced9dd241c79e90bc9d1fe Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 30 Mar 2009 00:21:25 -0700 Subject: 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 --- src/cmd/make.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/make.bash') 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 -- cgit v1.3