From 1e3376c445f74be12d875c3a1c943094776b0623 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 24 Mar 2009 16:04:25 -0700 Subject: 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 --- src/clean.bash | 1 + 1 file changed, 1 insertion(+) (limited to 'src/clean.bash') diff --git a/src/clean.bash b/src/clean.bash index 1beb6a513..4b6c6d73d 100755 --- a/src/clean.bash +++ b/src/clean.bash @@ -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 -- cgit v1.2.1