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

Delta Between Two Patch Sets: Documentation/css/GNUmakefile

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 | « Documentation/GNUmakefile ('k') | Documentation/logo/GNUmakefile » ('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 depth = ../.. 1 depth = ../..
2 2
3 CSS_FILES = $(call src-wildcard,*.css) 3 CSS_FILES = $(call src-wildcard,*.css)
4 4
5 OUT_CSS_FILES = $(CSS_FILES:%=$(outdir)/%) 5 OUT_CSS_FILES = $(CSS_FILES:%=$(outdir)/%)
6 6
7 STEPMAKE_TEMPLATES = documentation 7 STEPMAKE_TEMPLATES = documentation
8 8
9 include $(depth)/make/stepmake.make 9 include $(depth)/make/stepmake.make
10 10
11 ########### 11 ###########
12 ### Targets 12 ### Targets
13 13
14 default: 14 default:
15 15
16 ifeq ($(out),www) 16 ifeq ($(out),www)
17 local-WWW-1: $(OUT_CSS_FILES) 17 local-WWW-1: $(OUT_CSS_FILES)
18 endif 18 endif
19 19
20 ######### 20 #########
21 ### Rules 21 ### Rules
22 22
23 $(outdir)/%.css: $(top-src-dir)/Documentation/css/%.css 23 $(outdir)/%.css: $(top-src-dir)/Documentation/css/%.css
24 » $(call ly_info,Making $(abspath $@) (hard link)) 24 » $(call ly_progress,Making,$@,(hard link))
25 $(LN_SRC_TO_BUILD) $< $@ 25 $(LN_SRC_TO_BUILD) $< $@
LEFTRIGHT

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