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

Delta Between Two Patch Sets: stepmake/stepmake/generic-rules.make

Issue 557080043: Issue 5568: make build output terse by default (Closed)
Left Patch Set: add ly_progress to centralize formatting 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 | « stepmake/stepmake/executable-rules.make ('k') | stepmake/stepmake/help2man-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 $(outdir)/%: %.m4 1 $(outdir)/%: %.m4
2 » $(call ly_info,Making $(abspath $@) < m4) 2 » $(call ly_progress,Making,$@,< m4)
3 $(M4) $< > $@ 3 $(M4) $< > $@
4 4
5 %.gz: % 5 %.gz: %
6 » $(call ly_info,Making $(abspath $@)) 6 » $(call ly_progress,Making,$@,)
7 gzip -c9 $< > $@ 7 gzip -c9 $< > $@
LEFTRIGHT

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