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

Side by Side Diff: make/mutopia-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
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:
View unified diff | Download patch
« no previous file with comments | « make/musicxml-rules.make ('k') | make/stepmake.make » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 $(outdir)/%.ly: %.ly 1 $(outdir)/%.ly: %.ly
2 $(call ly_progress,Making,$@,(copy))
2 cp $< $@ 3 cp $< $@
3 4
4 $(outdir)/%.ily: %.ily 5 $(outdir)/%.ily: %.ily
6 $(call ly_progress,Making,$@,(copy))
5 cp $< $@ 7 cp $< $@
6 8
7 $(outdir)/%.ly: %.abc 9 $(outdir)/%.ly: %.abc
8 #which file to show here -- abc seems more cute? 10 #which file to show here -- abc seems more cute?
11 $(call ly_progress,Making,$@,< abc (copy))
9 cp $< $@ 12 cp $< $@
10 13
11 $(outdir)/%.ly: %.abc 14 $(outdir)/%.ly: %.abc
15 $(call ly_progress,Making,$@,< abc)
12 $(PYTHON) $(ABC2LY) --strict -o $@ $< 16 $(PYTHON) $(ABC2LY) --strict -o $@ $<
13 17
14 # hmm. notdir builds src-dir builds? 18 # hmm. notdir builds src-dir builds?
15 $(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_progress,Making,$@,< ly)
16 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 $<)
17 touch $(outdir)/$(basename $(notdir $<)).png 22 touch $(outdir)/$(basename $(notdir $<)).png
18 23
OLDNEW
« no previous file with comments | « make/musicxml-rules.make ('k') | make/stepmake.make » ('j') | no next file with comments »

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