Commit 7fce5ad0 authored by Russ Cox's avatar Russ Cox

fix arm build.

once more with feeling.

TBR=kaib
https://golang.org/cl/157100
parent bfbb3159
......@@ -50,6 +50,8 @@ fi
(echo '#!/bin/sh'; echo 'exec '$MAKE' "$@"') >$GOBIN/gomake
chmod +x $GOBIN/gomake
bash clean.bash
# TODO(kaib): converge with normal build
#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/ebnflint cmd/godoc cmd/gofmt
......@@ -65,6 +67,10 @@ do
cmd)
bash make.bash
;;
pkg)
bash deps.bash
gomake install
;;
*)
make install
esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment