Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(712)

Unified Diff: src/Make.dist

Issue 5646055: code review 5646055: cmd/dist: make 'make' quieter for developers (Closed)
Patch Set: diff -r 3cddb7bc397c https://go.googlecode.com/hg/ Created 13 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/cmd/dist/build.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/Make.dist
===================================================================
--- 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:
« no previous file with comments | « no previous file | src/cmd/dist/build.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b