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

Unified Diff: vim/GNUmakefile

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-vars.make ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vim/GNUmakefile
diff --git a/vim/GNUmakefile b/vim/GNUmakefile
index ad032e42fe75d5542147a7dd6e756e9557ace988..2cd962d34f7cf7e319f892021c6d1001d9099f12 100644
--- a/vim/GNUmakefile
+++ b/vim/GNUmakefile
@@ -35,6 +35,7 @@ $(buildscript-dir)/lilypond-words:
make -C $(depth)/scripts/build
$(LILYPOND_WORDS):
+ $(call ly_progress,Making,$@,)
cd $(top-src-dir) && $(buildscript-dir)/lilypond-words --words --vim --dir=$(top-build-dir)/vim/$(outconfbase)
all: $(LILYPOND_WORDS)
« no previous file with comments | « stepmake/stepmake/texinfo-vars.make ('k') | no next file » | no next file with comments »

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