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:
parent
047c6ec6da
commit
103fec0455
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user