aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.bash')
-rwxr-xr-xsrc/make.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.bash b/src/make.bash
index 10eaade539..db8cd7cd49 100755
--- a/src/make.bash
+++ b/src/make.bash
@@ -96,7 +96,7 @@ if $USE_GO_TOOL; then
./buildscript_${GOOS}_$GOARCH.sh
echo '# Building Go code.'
- go install -a std
+ go install -a -v std
else
echo; echo; echo %%%% making pkg %%%%; echo
gomake -C pkg install