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

Side by Side Diff: stepmake/stepmake/substitute-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 | « stepmake/stepmake/shared-library-rules.make ('k') | stepmake/stepmake/test-rules.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 1
2 # config_make dep isn't working. Why? 2 # config_make dep isn't working. Why?
3 $(outdir)/%: %.in $(config_make) $(depth)/VERSION 3 $(outdir)/%: %.in $(config_make) $(depth)/VERSION
4 $(call ly_progress,Making,$@,< in)
4 rm -f $@ 5 rm -f $@
5 cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@ 6 cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@
6 7
7 8
OLDNEW
« no previous file with comments | « stepmake/stepmake/shared-library-rules.make ('k') | stepmake/stepmake/test-rules.make » ('j') | no next file with comments »

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