summaryrefslogtreecommitdiff
path: root/src/lib/make.bash
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-10-23 17:13:34 -0700
committerRob Pike <r@golang.org>2008-10-23 17:13:34 -0700
commit04b7570d89b0ce7f08c751d31f4d5edab771b0b5 (patch)
treeda6b3475a36f7e6d13f295f1c56c144974022d94 /src/lib/make.bash
parentb8a5e75d03e85683aaf66db93466eea2269feb5e (diff)
downloadgolang-04b7570d89b0ce7f08c751d31f4d5edab771b0b5.tar.gz
add reflect to build, clean up test
R=rsc DELTA=341 (188 added, 151 deleted, 2 changed) OCL=17678 CL=17750
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 5cc976262..db056a371 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 regexp
+for i in net time http reflect regexp
do
echo; echo; echo %%%% making lib/$i %%%%; echo
cd $i