mirror of
https://github.com/golang/go
synced 2024-11-22 21:20:03 -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
|
||||
done
|
||||
|
||||
for i in net time
|
||||
for i in net time http
|
||||
do
|
||||
echo; echo; echo %%%% making lib/$i %%%%; echo
|
||||
cd $i
|
||||
|
Loading…
Reference in New Issue
Block a user