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

Delta Between Two Patch Sets: make/musicxml-rules.make

Issue 557080043: Issue 5568: make build output terse by default (Closed)
Left Patch Set: Created 4 years, 5 months ago
Right Patch Set: s&r ly_info -> ly_progress Created 4 years, 5 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « make/midi-rules.make ('k') | make/mutopia-rules.make » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 .SUFFIXES: .xml .mxl 1 .SUFFIXES: .xml .mxl
2 2
3 3
4 $(outdir)/%.ly: %.xml 4 $(outdir)/%.ly: %.xml
5 » $(call ly_info,Making $(abspath $@) < xml) 5 » $(call ly_progress,Making,$@,< xml)
6 $(PYTHON) $(MUSICXML2LY) -o $@ $< 6 $(PYTHON) $(MUSICXML2LY) -o $@ $<
7 7
8 $(outdir)/%.ly: %.mxl 8 $(outdir)/%.ly: %.mxl
9 » $(call ly_info,Making $(abspath $@) < mxl) 9 » $(call ly_progress,Making,$@,< mxl)
10 $(PYTHON) $(MUSICXML2LY) -z -o $@ $< 10 $(PYTHON) $(MUSICXML2LY) -z -o $@ $<
LEFTRIGHT

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