]> Cypherpunks repositories - gostls13.git/commitdiff
fix build issue cause by transition to hg
authorKai Backman <kaib@golang.org>
Fri, 23 Oct 2009 19:43:01 +0000 (12:43 -0700)
committerKai Backman <kaib@golang.org>
Fri, 23 Oct 2009 19:43:01 +0000 (12:43 -0700)
R=rsc
http://go/go-review/1013012

src/make-arm.bash

index 40e9dbcde8c86c55dc4f3cc923b029448a3de278..10e0091e6e5dba3b49327882aa09fd4b0b9a5d2a 100755 (executable)
@@ -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.