From: Kai Backman Date: Fri, 23 Oct 2009 19:43:01 +0000 (-0700) Subject: fix build issue cause by transition to hg X-Git-Tag: weekly.2009-11-06~209 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b74fd8ecb17c1959bbf2dbba6ccb8bae6bfabeb8;p=gostls13.git fix build issue cause by transition to hg R=rsc http://go/go-review/1013012 --- diff --git a/src/make-arm.bash b/src/make-arm.bash index 40e9dbcde8..10e0091e6e 100755 --- a/src/make-arm.bash +++ b/src/make-arm.bash @@ -20,8 +20,8 @@ cp quietgcc.bash $GOBIN/quietgcc chmod +x $GOBIN/quietgcc # TODO(kaib): converge with normal build -#for i in lib9 libbio libmach libregexp cmd pkg libcgo cmd/cgo cmd/ebnflint cmd/godoc cmd/gofmt -for i in lib9 libbio libmach libregexp cmd pkg cmd/cgo cmd/ebnflint cmd/godoc cmd/gofmt +#for i in lib9 libbio libmach cmd pkg libcgo cmd/cgo cmd/ebnflint cmd/godoc cmd/gofmt +for i in lib9 libbio libmach cmd pkg cmd/cgo cmd/ebnflint cmd/godoc cmd/gofmt do # The ( ) here are to preserve the current directory # for the next round despite the cd $i below.