]> Cypherpunks repositories - gostls13.git/commitdiff
add http to lib build
authorRuss Cox <rsc@golang.org>
Wed, 8 Oct 2008 16:46:31 +0000 (09:46 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 8 Oct 2008 16:46:31 +0000 (09:46 -0700)
R=r
OCL=16721
CL=16727

src/lib/make.bash

index c2037e0dc64b9cfc78dd99c69967d121ddf19563..c791b239306dd329a4d7dea672353b794365fed7 100755 (executable)
@@ -33,7 +33,7 @@ do
        6g -o $GOROOT/pkg/$base.6 $i
 done
 
-for i in net time
+for i in net time http
 do
        echo; echo; echo %%%% making lib/$i %%%%; echo
        cd $i