1
0
mirror of https://github.com/golang/go synced 2024-11-26 20:31:25 -07:00

add http to lib build

R=r
OCL=16721
CL=16727
This commit is contained in:
Russ Cox 2008-10-08 09:46:31 -07:00
parent 047c6ec6da
commit 103fec0455

View File

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