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

Unified Diff: stepmake/stepmake/texinfo-vars.make

Issue 557080043: Issue 5568: make build output terse by default (Closed)
Patch Set: s&r ly_info -> ly_progress Created 4 years, 5 months 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 | « stepmake/stepmake/texinfo-rules.make ('k') | vim/GNUmakefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: stepmake/stepmake/texinfo-vars.make
diff --git a/stepmake/stepmake/texinfo-vars.make b/stepmake/stepmake/texinfo-vars.make
index 15c312b29d8f334ec40e1519142b3066fd93c427..83709e32ef5f7c985036c7c4c44764667349f141 100644
--- a/stepmake/stepmake/texinfo-vars.make
+++ b/stepmake/stepmake/texinfo-vars.make
@@ -61,6 +61,11 @@ TEXI2HTML = TOP_SRC_DIR=$(top-src-dir) PERL_UNICODE=SD $(TEXI2HTML_PROGRAM)
TEXI2PDF_FLAGS += $(DOCUMENTATION_INCLUDES)
+ifndef VERBOSE
+ TEXI2PDF_QUIET = -q
+ TEXINFO_GS_QUIET = -q
+endif
+
# info stuff
INFO_INSTALL_FILES = $(wildcard $(addsuffix *, $(INFO_FILES)))
INFO_INSTALL_COMMAND = $(if $(INFO_INSTALL_FILES),\
« no previous file with comments | « stepmake/stepmake/texinfo-rules.make ('k') | vim/GNUmakefile » ('j') | no next file with comments »

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