Commit bbe9bb65 authored by Russ Cox's avatar Russ Cox

add hash to build; rm pkg/* in clean.bash

R=r
DELTA=3  (3 added, 0 deleted, 0 changed)
OCL=19935
CL=19937
parent 0f83fa3a
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
# Use of this source code is governed by a BSD-style # Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file. # license that can be found in the LICENSE file.
rm -f $GOROOT/pkg/*.[6a]
for i in lib9 libbio libmach_amd64 libregexp cmd runtime lib for i in lib9 libbio libmach_amd64 libregexp cmd runtime lib
do do
cd $i cd $i
......
...@@ -9,6 +9,7 @@ GC=6g ...@@ -9,6 +9,7 @@ GC=6g
DIRS=\ DIRS=\
container/array\ container/array\
fmt\ fmt\
hash\
http\ http\
math\ math\
net\ net\
...@@ -86,6 +87,7 @@ io.6: os.dirinstall syscall.dirinstall ...@@ -86,6 +87,7 @@ io.6: os.dirinstall syscall.dirinstall
testing.6: flag.install fmt.dirinstall testing.6: flag.install fmt.dirinstall
fmt.dirinstall: io.install reflect.dirinstall strconv.dirinstall fmt.dirinstall: io.install reflect.dirinstall strconv.dirinstall
hash.dirinstall: os.dirinstall
http.dirinstall: bufio.install io.install net.dirinstall os.dirinstall strings.install http.dirinstall: bufio.install io.install net.dirinstall os.dirinstall strings.install
net.dirinstall: once.install os.dirinstall strconv.dirinstall net.dirinstall: once.install os.dirinstall strconv.dirinstall
os.dirinstall: syscall.dirinstall os.dirinstall: syscall.dirinstall
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment