diff options
| author | Russ Cox <rsc@golang.org> | 2010-12-13 15:50:57 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-12-13 15:50:57 -0500 |
| commit | 3a2ba994b6d11f52090b926b80e926902ceb84c9 (patch) | |
| tree | 8405bd0c140be60404ba7dfb75f2fa1f60edb78e /src/make.bash | |
| parent | 318c1eeb32834045adc7d4e46d5616fd041a8c9e (diff) | |
| download | go-3a2ba994b6d11f52090b926b80e926902ceb84c9.tar.xz | |
build: add a few missing --no-print-directory
Reported by W. Michael Petullo <mike@flyn.org>
Fixes #1269.
R=r, r2
CC=golang-dev
https://golang.org/cl/3618041
Diffstat (limited to 'src/make.bash')
| -rwxr-xr-x | src/make.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.bash b/src/make.bash index 2bfc048530..0d0dae61f5 100755 --- a/src/make.bash +++ b/src/make.bash @@ -90,7 +90,7 @@ done # Implemented as a function so that all.bash can repeat the output # after run.bash finishes running all the tests. installed() { - eval $(gomake -f Make.inc go-env) + eval $(gomake --no-print-directory -f Make.inc go-env) echo echo --- echo Installed Go for $GOOS/$GOARCH in "$GOROOT". |
