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

Side by Side Diff: make/stepmake.make

Issue 549350043: Cleanup initialization of configure process (Closed)
Patch Set: Use m4_esyscmd_s + echo without -n Created 4 years, 2 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 | « configure.ac ('k') | make/substitute.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 # make/Stepmake.make 1 # make/Stepmake.make
2 2
3 # Use alternate configurations alongside eachother: 3 # Use alternate configurations alongside eachother:
4 # 4 #
5 # ./configure --enable-config=debug 5 # ./configure --enable-config=debug
6 # make conf=debug 6 # make conf=debug
7 # 7 #
8 # uses config-debug.make and config-debug.h; output goes to out-debug. 8 # uses config-debug.make and config-debug.h; output goes to out-debug.
9 # 9 #
10 ifdef conf 10 ifdef conf
(...skipping 24 matching lines...) Expand all
35 35
36 include $(depth)/make/toplevel-version.make 36 include $(depth)/make/toplevel-version.make
37 37
38 # 38 #
39 # suggested settings 39 # suggested settings
40 # 40 #
41 # CPU_COUNT=2 ## for SMP/Multicore machine 41 # CPU_COUNT=2 ## for SMP/Multicore machine
42 #· 42 #·
43 -include $(depth)/local.make 43 -include $(depth)/local.make
44 44
45 MICRO_VERSION=$(PATCH_LEVEL)
46 BUILD_VERSION=1 45 BUILD_VERSION=1
47 46
48 47
49 outdir=$(outroot)/$(outbase) 48 outdir=$(outroot)/$(outbase)
50 49
51 # why not generic ?? 50 # why not generic ??
52 config_h=$(top-build-dir)/config$(CONFIGSUFFIX).hh 51 config_h=$(top-build-dir)/config$(CONFIGSUFFIX).hh
53 52
54 # The outdir that was configured for: best guess to find binaries 53 # The outdir that was configured for: best guess to find binaries
55 outconfbase=out$(CONFIGSUFFIX) 54 outconfbase=out$(CONFIGSUFFIX)
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 include $(addprefix $(stepdir)/,$(addsuffix -vars.make, $(STEPMAKE_TEMPLATES))) 134 include $(addprefix $(stepdir)/,$(addsuffix -vars.make, $(STEPMAKE_TEMPLATES)))
136 135
137 # ugh. need to do this because of PATH :=$(top-src-dir)/..:$(PATH) 136 # ugh. need to do this because of PATH :=$(top-src-dir)/..:$(PATH)
138 include $(addprefix $(depth)/make/,$(addsuffix -vars.make, $(LOCALSTEPMAKE_TEMPL ATES))) 137 include $(addprefix $(depth)/make/,$(addsuffix -vars.make, $(LOCALSTEPMAKE_TEMPL ATES)))
139 138
140 139
141 include $(addprefix $(depth)/make/,$(addsuffix -rules.make, $(LOCALSTEPMAKE_TEMP LATES))) 140 include $(addprefix $(depth)/make/,$(addsuffix -rules.make, $(LOCALSTEPMAKE_TEMP LATES)))
142 include $(addprefix $(stepdir)/,$(addsuffix -rules.make, $(STEPMAKE_TEMPLATES))) 141 include $(addprefix $(stepdir)/,$(addsuffix -rules.make, $(STEPMAKE_TEMPLATES)))
143 include $(addprefix $(depth)/make/,$(addsuffix -targets.make, $(LOCALSTEPMAKE_TE MPLATES))) 142 include $(addprefix $(depth)/make/,$(addsuffix -targets.make, $(LOCALSTEPMAKE_TE MPLATES)))
144 include $(addprefix $(stepdir)/,$(addsuffix -targets.make, $(STEPMAKE_TEMPLATES) )) 143 include $(addprefix $(stepdir)/,$(addsuffix -targets.make, $(STEPMAKE_TEMPLATES) ))
OLDNEW
« no previous file with comments | « configure.ac ('k') | make/substitute.make » ('j') | no next file with comments »

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