aboutsummaryrefslogtreecommitdiff
path: root/src/Make.dist
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-02-08 15:26:47 -0500
committerRuss Cox <rsc@golang.org>2012-02-08 15:26:47 -0500
commit596840a905bf0dfd79ce4ce7583a3f22f7b38d13 (patch)
tree9e83795858b923facd196d3e03da4733d2adb03b /src/Make.dist
parente7a138b856b21bc3db8ddb1dfe9f3fabe0dc59e8 (diff)
downloadgo-596840a905bf0dfd79ce4ce7583a3f22f7b38d13.tar.gz
go-596840a905bf0dfd79ce4ce7583a3f22f7b38d13.zip
cmd/dist: make 'make' quieter for developers
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5646055
Diffstat (limited to 'src/Make.dist')
-rw-r--r--src/Make.dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Make.dist b/src/Make.dist
index 78e6edf04e..cae892de9c 100644
--- a/src/Make.dist
+++ b/src/Make.dist
@@ -3,12 +3,16 @@
# license that can be found in the LICENSE file.
# Run go tool dist to install a command.
+# The -v causes dist to print the name of each directory as it runs.
# The -vv causes dist to print each build command as it runs.
# go tool dist clean cleans all directories, not just this one,
# but it's as close as we can get.
# Default target (first).
install:
+ go tool dist install -v
+
+verbose:
go tool dist install -vv
clean: