fix build:

install runtime lib in correct location.
	fix one bad type definition in defs.h.
	clear out $GOROOT/lib in clean.bash.

TBR=r
OCL=26691
CL=26691
This commit is contained in:
Russ Cox 2009-03-24 16:04:25 -07:00
parent 80f4ab47ee
commit 85e014a27e
4 changed files with 7 additions and 5 deletions

View file

@ -4,6 +4,7 @@
# license that can be found in the LICENSE file.
rm -f $GOROOT/pkg/*.[6a]
rm -f $GOROOT/lib/*.[6a]
for i in lib9 libbio libmach_amd64 libregexp cmd runtime lib
do
cd $i