aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/make.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-11-14 10:57:48 -0800
committerRuss Cox <rsc@golang.org>2008-11-14 10:57:48 -0800
commitf8b20e40838e90f6ac0eae383749189bac73b73c (patch)
tree1d9704c3fa4fe266cd191cfd002fdb4970d9b8ae /src/cmd/make.bash
parent7832ab5ba0b53622b978acf1aacd8f61f2a44ca5 (diff)
downloadgo-f8b20e40838e90f6ac0eae383749189bac73b73c.tar.xz
add cov, prof to default build; clean up compiler warnings
R=r DELTA=8 (1 added, 0 deleted, 7 changed) OCL=19245 CL=19245
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 103b17fa6f..980659ff72 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 blyacc acid
+for i in cc 6l 6a 6c gc 6g ar db nm blyacc acid cov prof
do
echo; echo; echo %%%% making $i %%%%; echo
cd $i