mirror of
https://github.com/golang/go
synced 2024-11-20 05:04:43 -07:00
sync make-arm.bash with make.bash
R=r CC=golang-dev https://golang.org/cl/183135
This commit is contained in:
parent
ee7c64efe5
commit
4cde1a903b
@ -44,8 +44,6 @@ linux)
|
||||
exit 1
|
||||
esac
|
||||
|
||||
bash clean.bash
|
||||
|
||||
rm -f "$GOBIN"/quietgcc
|
||||
cp quietgcc.bash "$GOBIN"/quietgcc
|
||||
chmod +x "$GOBIN"/quietgcc
|
||||
@ -58,7 +56,12 @@ fi
|
||||
(echo '#!/bin/sh'; echo 'exec '$MAKE' "$@"') >"$GOBIN"/gomake
|
||||
chmod +x "$GOBIN"/gomake
|
||||
|
||||
bash clean.bash
|
||||
(
|
||||
cd "$GOROOT"/src/pkg;
|
||||
bash deps.bash # do this here so clean.bash will work in the pkg directory
|
||||
)
|
||||
bash "$GOROOT"/src/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
|
||||
|
Loading…
Reference in New Issue
Block a user