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

Unified Diff: stepmake/stepmake/library-rules.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/help2man-rules.make ('k') | stepmake/stepmake/metafont-rules.make » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: stepmake/stepmake/library-rules.make
diff --git a/stepmake/stepmake/library-rules.make b/stepmake/stepmake/library-rules.make
index 18b1066e2b91542e4c6feb1ce0a879de19952c4a..62c1da1d85826bc9e414443f85db9f25e499e38a 100644
--- a/stepmake/stepmake/library-rules.make
+++ b/stepmake/stepmake/library-rules.make
@@ -2,6 +2,7 @@
$(O_FILES): $(outdir)/config.hh
$(LIBRARY): $(O_FILES)
+ $(call ly_progress,Making,$@,)
$(AR) $(ARFLAGS) $@ $(O_FILES)
# thanks to Nelson Beebe for this trick.
$(RANLIB) $@ || $(AR) ts $@ || true
« no previous file with comments | « stepmake/stepmake/help2man-rules.make ('k') | stepmake/stepmake/metafont-rules.make » ('j') | no next file with comments »

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