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

Delta Between Two Patch Sets: make/mutopia-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/musicxml-rules.make ('k') | make/stepmake.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 $(outdir)/%.ly: %.ly 1 $(outdir)/%.ly: %.ly
2 » $(call ly_info,Making $(abspath $@) (copy)) 2 » $(call ly_progress,Making,$@,(copy))
3 cp $< $@ 3 cp $< $@
4 4
5 $(outdir)/%.ily: %.ily 5 $(outdir)/%.ily: %.ily
6 » $(call ly_info,Making $(abspath $@) (copy)) 6 » $(call ly_progress,Making,$@,(copy))
7 cp $< $@ 7 cp $< $@
8 8
9 $(outdir)/%.ly: %.abc 9 $(outdir)/%.ly: %.abc
10 #which file to show here -- abc seems more cute? 10 #which file to show here -- abc seems more cute?
11 » $(call ly_info,Making $(abspath $@) < abc (copy)) 11 » $(call ly_progress,Making,$@,< abc (copy))
12 cp $< $@ 12 cp $< $@
13 13
14 $(outdir)/%.ly: %.abc 14 $(outdir)/%.ly: %.abc
15 » $(call ly_info,Making $(abspath $@) < abc) 15 » $(call ly_progress,Making,$@,< abc)
16 $(PYTHON) $(ABC2LY) --strict -o $@ $< 16 $(PYTHON) $(ABC2LY) --strict -o $@ $<
17 17
18 # hmm. notdir builds src-dir builds? 18 # hmm. notdir builds src-dir builds?
19 $(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly $( INIT_LY_SOURCES) $(SCHEME_SOURCES) 19 $(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly $( INIT_LY_SOURCES) $(SCHEME_SOURCES)
20 » $(call ly_info,Making $(abspath $@) < ly) 20 » $(call ly_progress,Making,$@,< ly)
21 cd $(outdir); $(LILYPOND_BINARY) --pdf --png -dlog-file="'$(basename $(n otdir $<)).log" -ddump-signatures -danti-alias-factor=2 -ddelete-intermediate- files -dno-point-and-click -I $(call absdir,$(src-dir))/ $(notdir $<) 21 cd $(outdir); $(LILYPOND_BINARY) --pdf --png -dlog-file="'$(basename $(n otdir $<)).log" -ddump-signatures -danti-alias-factor=2 -ddelete-intermediate- files -dno-point-and-click -I $(call absdir,$(src-dir))/ $(notdir $<)
22 touch $(outdir)/$(basename $(notdir $<)).png 22 touch $(outdir)/$(basename $(notdir $<)).png
23 23
LEFTRIGHT

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