aboutsummaryrefslogtreecommitdiff
path: root/src/lib/make.bash
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-10-14 22:16:45 -0700
committerRob Pike <r@golang.org>2008-10-14 22:16:45 -0700
commit84523402fc5dfa661dbef9c53c017d77a2349dcf (patch)
treec42e4b589b6f9917025212a9d3f7df1636593c69 /src/lib/make.bash
parent151c0de8bc23f1b4dfea1579e73a186d7ed7d19e (diff)
downloadgo-84523402fc5dfa661dbef9c53c017d77a2349dcf.tar.xz
Make regexp build and install officially
R=rsc DELTA=335 (172 added, 156 deleted, 7 changed) OCL=17167 CL=17180
Diffstat (limited to 'src/lib/make.bash')
-rwxr-xr-xsrc/lib/make.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/make.bash b/src/lib/make.bash
index c791b23930..5cc976262c 100755
--- a/src/lib/make.bash
+++ b/src/lib/make.bash
@@ -33,7 +33,7 @@ do
6g -o $GOROOT/pkg/$base.6 $i
done
-for i in net time http
+for i in net time http regexp
do
echo; echo; echo %%%% making lib/$i %%%%; echo
cd $i