summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Backman <kaib@golang.org>2009-10-23 12:43:01 -0700
committerKai Backman <kaib@golang.org>2009-10-23 12:43:01 -0700
commitd435967c2d7f5c5079147fccc4a8c30254337405 (patch)
treee2bbaf1390eda4b199868535c1b9189f6de6af34
parentf3ebd46a8deb07eaafc3e6280fae00a89b0b3957 (diff)
downloadgolang-d435967c2d7f5c5079147fccc4a8c30254337405.tar.gz
fix build issue cause by transition to hg
R=rsc http://go/go-review/1013012
-rwxr-xr-xsrc/make-arm.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/make-arm.bash b/src/make-arm.bash
index 40e9dbcde..10e0091e6 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.