aboutsummaryrefslogtreecommitdiff
path: root/src/lib/make.bash
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-09-04 13:09:49 -0700
committerRob Pike <r@golang.org>2008-09-04 13:09:49 -0700
commiteab46c6ef4c27cad4675ff0f884608ad8180b07e (patch)
tree7c4c47600d6433a126f6b87a4718fc41e2214968 /src/lib/make.bash
parent9dbaab54d1590b424317745eb8f4ea711c14edf9 (diff)
downloadgo-eab46c6ef4c27cad4675ff0f884608ad8180b07e.tar.xz
include math in standard build
R=ken OCL=14811 CL=14811
Diffstat (limited to 'src/lib/make.bash')
-rwxr-xr-xsrc/lib/make.bash7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/make.bash b/src/lib/make.bash
index be62e0a5cb..f0f545f251 100755
--- a/src/lib/make.bash
+++ b/src/lib/make.bash
@@ -13,3 +13,10 @@ do
echo 6g -o $GOROOT/pkg/$base.6 $i
6g -o $GOROOT/pkg/$base.6 $i
done
+
+echo; echo; echo %%%% making lib/math %%%%; echo
+
+cd math
+bash make.bash
+cd ..
+