summaryrefslogtreecommitdiff
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
commit7d336f56d9e2eadbad2edceb593ddafd25a49471 (patch)
treea4f4bc8d8dbb08419d762b29b5f9f6a9a52ed64d /src/Make.dist
parentb01daadac3107a3b3722cbad7c196297b72c5ef5 (diff)
downloadgo-7d336f56d9e2eadbad2edceb593ddafd25a49471.tar.gz
cmd/dist: make 'make' quieter for developers
R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/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 78e6edf04..cae892de9 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: