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

Delta Between Two Patch Sets: stepmake/stepmake/executable-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/documentation-rules.make ('k') | stepmake/stepmake/generic-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 1
2 define MODULE_LIB_template \ 2 define MODULE_LIB_template \
3 $(1)/$(outdir)/library.a : \ 3 $(1)/$(outdir)/library.a : \
4 $(MAKE) -C $(1) 4 $(MAKE) -C $(1)
5 endef 5 endef
6 6
7 $(foreach a, $(MODULE_LIBS), $(eval $(call MODULE_LIB_template,$(a)))) 7 $(foreach a, $(MODULE_LIBS), $(eval $(call MODULE_LIB_template,$(a))))
8 8
9 $(O_FILES): $(outdir)/config.hh 9 $(O_FILES): $(outdir)/config.hh
10 10
11 $(EXECUTABLE): $(O_FILES) $(outdir)/version.hh $(MODULE_LIBS:%=%/$(outdir)/libra ry.a) 11 $(EXECUTABLE): $(O_FILES) $(outdir)/version.hh $(MODULE_LIBS:%=%/$(outdir)/libra ry.a)
12 » $(call ly_info,Making $(abspath $@)) 12 » $(call ly_progress,Making,$@,)
13 $(foreach a, $(MODULE_LIBS), $(MAKE) -C $(a) && ) true 13 $(foreach a, $(MODULE_LIBS), $(MAKE) -C $(a) && ) true
14 $(CXX) -o $@ $(O_FILES) $(LOADLIBES) $(ALL_LDFLAGS) 14 $(CXX) -o $@ $(O_FILES) $(LOADLIBES) $(ALL_LDFLAGS)
LEFTRIGHT

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