author | lana |
Thu, 12 Nov 2015 18:29:22 -0800 | |
changeset 33641 | 7ca001ccf8c1 |
parent 32720 | 7e0e586a6817 |
child 33572 | b74ceb2d2d20 |
permissions | -rw-r--r-- |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
1 |
# |
29156
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29060
diff
changeset
|
2 |
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
4 |
# |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
5 |
# This code is free software; you can redistribute it and/or modify it |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
7 |
# published by the Free Software Foundation. Oracle designates this |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
8 |
# particular file as subject to the "Classpath" exception as provided |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
9 |
# by Oracle in the LICENSE file that accompanied this code. |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
10 |
# |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
15 |
# accompanied this code). |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
16 |
# |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
17 |
# You should have received a copy of the GNU General Public License version |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
20 |
# |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
22 |
# or visit www.oracle.com if you need additional information or have any |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
23 |
# questions. |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
24 |
# |
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
25 |
|
29662 | 26 |
################################################################################ |
27 |
# This file contains helper functions for Init.gmk. |
|
28 |
# It is divided in two parts, depending on if a SPEC is present or not |
|
29 |
# (HAS_SPEC is true or not). |
|
30 |
################################################################################ |
|
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
31 |
|
29662 | 32 |
ifndef _INITSUPPORT_GMK |
33 |
_INITSUPPORT_GMK := 1 |
|
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
34 |
|
29662 | 35 |
ifeq ($(HAS_SPEC),) |
36 |
############################################################################## |
|
37 |
# Helper functions for the initial part of Init.gmk, before the spec file is |
|
38 |
# loaded. Most of these functions provide parsing and setting up make options |
|
39 |
# from the command-line. |
|
40 |
############################################################################## |
|
14111 | 41 |
|
29662 | 42 |
# Make control variables, handled by Init.gmk |
32715
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
43 |
INIT_CONTROL_VARIABLES := LOG CONF SPEC JOBS CONF_CHECK COMPARE_BUILD |
14111 | 44 |
|
29662 | 45 |
# All known make control variables |
46 |
MAKE_CONTROL_VARIABLES := $(INIT_CONTROL_VARIABLES) TEST JDK_FILTER |
|
14111 | 47 |
|
29662 | 48 |
# Define a simple reverse function. |
49 |
# Should maybe move to MakeBase.gmk, but we can't include that file now. |
|
50 |
reverse = \ |
|
51 |
$(if $(strip $(1)), $(call reverse, $(wordlist 2, $(words $(1)), $(1)))) \ |
|
52 |
$(firstword $(1)) |
|
14111 | 53 |
|
29662 | 54 |
# The variable MAKEOVERRIDES contains variable assignments from the command |
55 |
# line, but in reverse order to what the user entered. |
|
32715
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
56 |
# The '\#' <=> '\ 'dance is needed to keep values with space in them connected. |
29662 | 57 |
COMMAND_LINE_VARIABLES := $(subst \#,\ , $(call reverse, $(subst \ ,\#,$(MAKEOVERRIDES)))) |
58 |
||
29788 | 59 |
# A list like FOO="val1" BAR="val2" containing all user-supplied make |
60 |
# variables that we should propagate. |
|
32715
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
61 |
# The '\#' <=> '\ 'dance is needed to keep values with space in them connected. |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
62 |
USER_MAKE_VARS := $(subst \#,\ , $(filter-out $(addsuffix =%, $(INIT_CONTROL_VARIABLES)), \ |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
63 |
$(subst \ ,\#,$(MAKEOVERRIDES)))) |
14111 | 64 |
|
29788 | 65 |
# Setup information about available configurations, if any. |
66 |
build_dir=$(topdir)/build |
|
67 |
all_spec_files=$(wildcard $(build_dir)/*/spec.gmk) |
|
68 |
# Extract the configuration names from the path |
|
69 |
all_confs=$(patsubst %/spec.gmk, %, $(patsubst $(build_dir)/%, %, $(all_spec_files))) |
|
70 |
||
29662 | 71 |
# Check for unknown command-line variables |
72 |
define CheckControlVariables |
|
73 |
command_line_variables := $$(strip $$(foreach var, \ |
|
74 |
$$(subst \ ,_,$$(MAKEOVERRIDES)), \ |
|
75 |
$$(firstword $$(subst =, , $$(var))))) |
|
29788 | 76 |
unknown_command_line_variables := $$(strip \ |
77 |
$$(filter-out $$(MAKE_CONTROL_VARIABLES), $$(command_line_variables))) |
|
29662 | 78 |
ifneq ($$(unknown_command_line_variables), ) |
79 |
$$(info Note: Command line contains non-control variables:) |
|
80 |
$$(foreach var, $$(unknown_command_line_variables), $$(info * $$(var)=$$($$(var)))) |
|
81 |
$$(info Make sure it is not mistyped, and that you intend to override this variable.) |
|
82 |
$$(info 'make help' will list known control variables.) |
|
83 |
$$(info ) |
|
84 |
endif |
|
85 |
endef |
|
14111 | 86 |
|
29662 | 87 |
# Check for deprecated ALT_ variables |
88 |
define CheckDeprecatedEnvironment |
|
89 |
defined_alt_variables := $$(filter ALT_%, $$(.VARIABLES)) |
|
90 |
ifneq ($$(defined_alt_variables), ) |
|
91 |
$$(info Warning: You have the following ALT_ variables set:) |
|
92 |
$$(foreach var, $$(defined_alt_variables), $$(info * $$(var)=$$($$(var)))) |
|
93 |
$$(info ALT_ variables are deprecated, and may result in a failed build.) |
|
94 |
$$(info Please clean your environment.) |
|
95 |
$$(info ) |
|
96 |
endif |
|
97 |
endef |
|
14111 | 98 |
|
29662 | 99 |
# Check for invalid make flags like -j |
100 |
define CheckInvalidMakeFlags |
|
101 |
# This is a trick to get this rule to execute before any other rules |
|
102 |
# MAKEFLAGS only indicate -j if read in a recipe (!) |
|
103 |
$$(topdir)/make/Init.gmk: .FORCE |
|
104 |
$$(if $$(findstring --jobserver, $$(MAKEFLAGS)), \ |
|
105 |
$$(info Error: 'make -jN' is not supported, use 'make JOBS=N') \ |
|
106 |
$$(error Cannot continue) \ |
|
107 |
) |
|
108 |
.FORCE: |
|
109 |
.PHONY: .FORCE |
|
110 |
endef |
|
14111 | 111 |
|
29662 | 112 |
# Check that the CONF_CHECK option is valid and set up handling |
113 |
define ParseConfCheckOption |
|
114 |
ifeq ($$(CONF_CHECK), ) |
|
115 |
# Default behavior is fail |
|
116 |
CONF_CHECK := fail |
|
117 |
else ifneq ($$(filter-out auto fail ignore, $$(CONF_CHECK)),) |
|
118 |
$$(info Error: CONF_CHECK must be one of: auto, fail or ignore.) |
|
119 |
$$(error Cannot continue) |
|
120 |
endif |
|
121 |
endef |
|
14111 | 122 |
|
29662 | 123 |
define ParseLogLevel |
124 |
# Catch old-style VERBOSE= command lines. |
|
125 |
ifneq ($$(origin VERBOSE), undefined) |
|
126 |
$$(info Error: VERBOSE is deprecated. Use LOG=<warn|info|debug|trace> instead.) |
|
127 |
$$(error Cannot continue) |
|
128 |
endif |
|
14111 | 129 |
|
29662 | 130 |
# Setup logging according to LOG |
14379
b449aa34783e
8003274: build-infra: Makefile changes needed for sjavac
tbell
parents:
14111
diff
changeset
|
131 |
|
20363 | 132 |
# If the "nofile" argument is given, act on it and strip it away |
29662 | 133 |
ifneq ($$(findstring nofile, $$(LOG)),) |
134 |
LOG_NOFILE := true |
|
20363 | 135 |
# COMMA is defined in spec.gmk, but that is not included yet |
29662 | 136 |
COMMA := , |
137 |
# First try to remove ",nofile" if it exists, otherwise just remove "nofile" |
|
138 |
LOG_STRIPPED := $$(subst nofile,, $$(subst $$(COMMA)nofile,, $$(LOG))) |
|
20363 | 139 |
# We might have ended up with a leading comma. Remove it |
29662 | 140 |
LOG_LEVEL := $$(strip $$(patsubst $$(COMMA)%, %, $$(LOG_STRIPPED))) |
20363 | 141 |
else |
29662 | 142 |
LOG_LEVEL := $$(LOG) |
20363 | 143 |
endif |
13697 | 144 |
|
20363 | 145 |
ifeq ($$(LOG_LEVEL),) |
29662 | 146 |
# Set LOG to "warn" as default if not set |
147 |
LOG_LEVEL := warn |
|
20363 | 148 |
endif |
29662 | 149 |
|
150 |
ifeq ($$(LOG_LEVEL), warn) |
|
151 |
MAKE_LOG_FLAGS := -s |
|
152 |
else ifeq ($$(LOG_LEVEL), info) |
|
153 |
MAKE_LOG_FLAGS := -s |
|
154 |
else ifeq ($$(LOG_LEVEL), debug) |
|
155 |
MAKE_LOG_FLAGS := |
|
156 |
else ifeq ($$(LOG_LEVEL), trace) |
|
157 |
MAKE_LOG_FLAGS := -d |
|
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
158 |
else |
20363 | 159 |
$$(info Error: LOG must be one of: warn, info, debug or trace.) |
29662 | 160 |
$$(error Cannot continue) |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
161 |
endif |
29662 | 162 |
endef |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
163 |
|
29662 | 164 |
define ParseConfAndSpec |
165 |
ifneq ($$(origin SPEC), undefined) |
|
20363 | 166 |
# We have been given a SPEC, check that it works out properly |
29662 | 167 |
ifneq ($$(origin CONF), undefined) |
168 |
# We also have a CONF argument. We can't have both. |
|
169 |
$$(info Error: Cannot use CONF=$$(CONF) and SPEC=$$(SPEC) at the same time. Choose one.) |
|
170 |
$$(error Cannot continue) |
|
20363 | 171 |
endif |
27595
cff167b3bfa2
8065914: Various improvements and cleanup of build system
ihse
parents:
27000
diff
changeset
|
172 |
ifeq ($$(wildcard $$(SPEC)),) |
cff167b3bfa2
8065914: Various improvements and cleanup of build system
ihse
parents:
27000
diff
changeset
|
173 |
$$(info Error: Cannot locate spec.gmk, given by SPEC=$$(SPEC).) |
29662 | 174 |
$$(error Cannot continue) |
27595
cff167b3bfa2
8065914: Various improvements and cleanup of build system
ihse
parents:
27000
diff
changeset
|
175 |
endif |
29662 | 176 |
ifeq ($$(filter /%, $$(SPEC)),) |
177 |
# If given with relative path, make it absolute |
|
178 |
SPECS := $$(CURDIR)/$$(strip $$(SPEC)) |
|
179 |
else |
|
180 |
SPECS := $$(SPEC) |
|
181 |
endif |
|
182 |
||
183 |
# For now, unset this SPEC variable. |
|
184 |
override SPEC := |
|
20363 | 185 |
else |
29662 | 186 |
# Use spec.gmk files in the build output directory |
29788 | 187 |
ifeq ($$(all_spec_files),) |
29662 | 188 |
$$(info Error: No configurations found for $$(topdir).) |
27595
cff167b3bfa2
8065914: Various improvements and cleanup of build system
ihse
parents:
27000
diff
changeset
|
189 |
$$(info Please run 'bash configure' to create a configuration.) |
29662 | 190 |
$$(info ) |
191 |
$$(error Cannot continue) |
|
20363 | 192 |
endif |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
193 |
|
29662 | 194 |
ifneq ($$(origin CONF), undefined) |
20363 | 195 |
# User have given a CONF= argument. |
196 |
ifeq ($$(CONF),) |
|
197 |
# If given CONF=, match all configurations |
|
29662 | 198 |
matching_confs := $$(strip $$(all_confs)) |
20363 | 199 |
else |
200 |
# Otherwise select those that contain the given CONF string |
|
29788 | 201 |
matching_confs := $$(strip $$(foreach var, $$(all_confs), \ |
202 |
$$(if $$(findstring $$(CONF), $$(var)), $$(var)))) |
|
20363 | 203 |
endif |
204 |
ifeq ($$(matching_confs),) |
|
27595
cff167b3bfa2
8065914: Various improvements and cleanup of build system
ihse
parents:
27000
diff
changeset
|
205 |
$$(info Error: No configurations found matching CONF=$$(CONF).) |
29662 | 206 |
$$(info Available configurations in $$(build_dir):) |
207 |
$$(foreach var, $$(all_confs), $$(info * $$(var))) |
|
208 |
$$(error Cannot continue) |
|
20363 | 209 |
else |
29662 | 210 |
ifeq ($$(words $$(matching_confs)), 1) |
211 |
$$(info Building configuration '$$(matching_confs)' (matching CONF=$$(CONF))) |
|
20363 | 212 |
else |
29662 | 213 |
$$(info Building these configurations (matching CONF=$$(CONF)):) |
214 |
$$(foreach var, $$(matching_confs), $$(info * $$(var))) |
|
20363 | 215 |
endif |
216 |
endif |
|
14111 | 217 |
|
20363 | 218 |
# Create a SPEC definition. This will contain the path to one or more spec.gmk files. |
29662 | 219 |
SPECS := $$(addsuffix /spec.gmk, $$(addprefix $$(build_dir)/, $$(matching_confs))) |
20363 | 220 |
else |
221 |
# No CONF or SPEC given, check the available configurations |
|
29662 | 222 |
ifneq ($$(words $$(all_spec_files)), 1) |
27595
cff167b3bfa2
8065914: Various improvements and cleanup of build system
ihse
parents:
27000
diff
changeset
|
223 |
$$(info Error: No CONF given, but more than one configuration found.) |
29662 | 224 |
$$(info Available configurations in $$(build_dir):) |
225 |
$$(foreach var, $$(all_confs), $$(info * $$(var))) |
|
226 |
$$(info Please retry building with CONF=<config pattern> (or SPEC=<spec file>).) |
|
227 |
$$(info ) |
|
228 |
$$(error Cannot continue) |
|
20363 | 229 |
endif |
14111 | 230 |
|
20363 | 231 |
# We found exactly one configuration, use it |
29662 | 232 |
SPECS := $$(strip $$(all_spec_files)) |
20363 | 233 |
endif |
13133
701e61c32ece
7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents:
diff
changeset
|
234 |
endif |
29662 | 235 |
endef |
29156
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29060
diff
changeset
|
236 |
|
29788 | 237 |
# Extract main targets from Main.gmk using the spec provided in $2. |
238 |
# |
|
239 |
# Param 1: FORCE = force generation of main-targets.gmk or LAZY = do not force. |
|
240 |
# Param 2: The SPEC file to use. |
|
241 |
define DefineMainTargets |
|
242 |
||
243 |
# We will start by making sure the main-targets.gmk file is removed, if |
|
244 |
# make has not been restarted. By the -include, we will trigger the |
|
245 |
# rule for generating the file (which is never there since we removed it), |
|
246 |
# thus generating it fresh, and make will restart, incrementing the restart |
|
247 |
# count. |
|
248 |
main_targets_file := $$(dir $(strip $2))make-support/main-targets.gmk |
|
249 |
||
250 |
ifeq ($$(MAKE_RESTARTS),) |
|
251 |
# Only do this if make has not been restarted, and if we do not force it. |
|
252 |
ifeq ($(strip $1), FORCE) |
|
253 |
$$(shell rm -f $$(main_targets_file)) |
|
254 |
endif |
|
255 |
endif |
|
256 |
||
257 |
$$(main_targets_file): |
|
258 |
@( cd $$(topdir) && \ |
|
259 |
$$(MAKE) $$(MAKE_LOG_FLAGS) -r -R -f $$(topdir)/make/Main.gmk \ |
|
260 |
-I $$(topdir)/make/common SPEC=$(strip $2) NO_RECIPES=true \ |
|
261 |
LOG_LEVEL=$$(LOG_LEVEL) \ |
|
262 |
create-main-targets-include ) |
|
263 |
||
264 |
# Now include main-targets.gmk. This will define ALL_MAIN_TARGETS. |
|
265 |
-include $$(main_targets_file) |
|
266 |
endef |
|
267 |
||
29662 | 268 |
define PrintConfCheckFailed |
269 |
@echo ' ' |
|
270 |
@echo "Please rerun configure! Easiest way to do this is by running" |
|
271 |
@echo "'make reconfigure'." |
|
272 |
@echo "This behavior may also be changed using CONF_CHECK=<ignore|auto>." |
|
273 |
@echo ' ' |
|
274 |
endef |
|
13697 | 275 |
|
29662 | 276 |
else # $(HAS_SPEC)=true |
277 |
############################################################################## |
|
278 |
# Helper functions for the 'main' target. These functions assume a single, |
|
29788 | 279 |
# proper and existing SPEC is included. |
29662 | 280 |
############################################################################## |
29156
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29060
diff
changeset
|
281 |
|
29662 | 282 |
include $(SRC_ROOT)/make/common/MakeBase.gmk |
27560 | 283 |
|
29662 | 284 |
# Define basic logging setup |
285 |
BUILD_LOG := $(OUTPUT_ROOT)/build.log |
|
286 |
BUILD_TRACE_LOG := $(OUTPUT_ROOT)/build-trace-time.log |
|
287 |
||
288 |
BUILD_LOG_WRAPPER := $(BASH) $(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG) |
|
27560 | 289 |
|
29662 | 290 |
# Disable the build log wrapper on sjavac+windows until |
291 |
# we have solved how to prevent the log wrapper to wait |
|
292 |
# for the background sjavac server process. |
|
293 |
ifeq ($(ENABLE_SJAVAC)X$(OPENJDK_BUILD_OS),yesXwindows) |
|
294 |
LOG_NOFILE := true |
|
295 |
endif |
|
27560 | 296 |
|
29662 | 297 |
# Sanity check the spec file, so it matches this source code |
298 |
define CheckSpecSanity |
|
29788 | 299 |
ifneq ($$(ACTUAL_TOPDIR), $$(TOPDIR)) |
300 |
ifneq ($$(ACTUAL_TOPDIR), $$(ORIGINAL_TOPDIR)) |
|
301 |
ifneq ($$(ACTUAL_TOPDIR), $$(CANONICAL_TOPDIR)) |
|
29663
74ff65003536
8076123: 9-dev build fail: make/Init.gmk:142: *** multiple target patterns. Stop.
erikj
parents:
29662
diff
changeset
|
302 |
$$(info Error: SPEC mismatch! Current working directory) |
29788 | 303 |
$$(info $$(ACTUAL_TOPDIR)) |
29663
74ff65003536
8076123: 9-dev build fail: make/Init.gmk:142: *** multiple target patterns. Stop.
erikj
parents:
29662
diff
changeset
|
304 |
$$(info does not match either TOPDIR, ORIGINAL_TOPDIR or CANONICAL_TOPDIR) |
74ff65003536
8076123: 9-dev build fail: make/Init.gmk:142: *** multiple target patterns. Stop.
erikj
parents:
29662
diff
changeset
|
305 |
$$(info $$(TOPDIR)) |
74ff65003536
8076123: 9-dev build fail: make/Init.gmk:142: *** multiple target patterns. Stop.
erikj
parents:
29662
diff
changeset
|
306 |
$$(info $$(ORIGINAL_TOPDIR)) |
74ff65003536
8076123: 9-dev build fail: make/Init.gmk:142: *** multiple target patterns. Stop.
erikj
parents:
29662
diff
changeset
|
307 |
$$(info $$(CANONICAL_TOPDIR)) |
74ff65003536
8076123: 9-dev build fail: make/Init.gmk:142: *** multiple target patterns. Stop.
erikj
parents:
29662
diff
changeset
|
308 |
$$(error Cannot continue) |
74ff65003536
8076123: 9-dev build fail: make/Init.gmk:142: *** multiple target patterns. Stop.
erikj
parents:
29662
diff
changeset
|
309 |
endif |
74ff65003536
8076123: 9-dev build fail: make/Init.gmk:142: *** multiple target patterns. Stop.
erikj
parents:
29662
diff
changeset
|
310 |
endif |
29662 | 311 |
endif |
312 |
endef |
|
27560 | 313 |
|
32715
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
314 |
# Parse COMPARE_BUILD into COMPARE_BUILD_* |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
315 |
# Syntax: COMPARE_BUILD=CONF=<configure options>:PATCH=<patch file>: |
32720
7e0e586a6817
8137014: Various improvements in build infrastructure
ihse
parents:
32715
diff
changeset
|
316 |
# MAKE=<make targets>:COMP_OPTS=<compare script options>: |
7e0e586a6817
8137014: Various improvements in build infrastructure
ihse
parents:
32715
diff
changeset
|
317 |
# COMP_DIR=<compare script base dir>|<default> |
32715
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
318 |
# If neither CONF or PATCH is given, assume <default> means CONF if it |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
319 |
# begins with "--", otherwise assume it means PATCH. |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
320 |
# MAKE and COMP_OPTS can only be used with CONF and/or PATCH specified. |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
321 |
# If any value contains "+", it will be replaced by space. |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
322 |
define ParseCompareBuild |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
323 |
ifneq ($$(COMPARE_BUILD), ) |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
324 |
ifneq ($$(findstring :, $$(COMPARE_BUILD)), ) |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
325 |
$$(foreach part, $$(subst :, , $$(COMPARE_BUILD)), \ |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
326 |
$$(if $$(filter PATCH=%, $$(part)), \ |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
327 |
$$(eval COMPARE_BUILD_PATCH=$$(strip $$(patsubst PATCH=%, %, $$(part)))) \ |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
328 |
) \ |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
329 |
$$(if $$(filter CONF=%, $$(part)), \ |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
330 |
$$(eval COMPARE_BUILD_CONF=$$(strip $$(subst +, , $$(patsubst CONF=%, %, $$(part))))) \ |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
331 |
) \ |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
332 |
$$(if $$(filter MAKE=%, $$(part)), \ |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
333 |
$$(eval COMPARE_BUILD_MAKE=$$(strip $$(subst +, , $$(patsubst MAKE=%, %, $$(part))))) \ |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
334 |
) \ |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
335 |
$$(if $$(filter COMP_OPTS=%, $$(part)), \ |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
336 |
$$(eval COMPARE_BUILD_COMP_OPTS=$$(strip $$(subst +, , $$(patsubst COMP_OPTS=%, %, $$(part))))) \ |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
337 |
) \ |
32720
7e0e586a6817
8137014: Various improvements in build infrastructure
ihse
parents:
32715
diff
changeset
|
338 |
$$(if $$(filter COMP_DIR=%, $$(part)), \ |
7e0e586a6817
8137014: Various improvements in build infrastructure
ihse
parents:
32715
diff
changeset
|
339 |
$$(eval COMPARE_BUILD_COMP_DIR=$$(strip $$(subst +, , $$(patsubst COMP_DIR=%, %, $$(part))))) \ |
7e0e586a6817
8137014: Various improvements in build infrastructure
ihse
parents:
32715
diff
changeset
|
340 |
) \ |
32715
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
341 |
) |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
342 |
else |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
343 |
# Separate handling for single field case, to allow for spaces in values. |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
344 |
ifneq ($$(filter PATCH=%, $$(COMPARE_BUILD)), ) |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
345 |
COMPARE_BUILD_PATCH=$$(strip $$(patsubst PATCH=%, %, $$(COMPARE_BUILD))) |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
346 |
else ifneq ($$(filter CONF=%, $$(COMPARE_BUILD)), ) |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
347 |
COMPARE_BUILD_CONF=$$(strip $$(subst +, , $$(patsubst CONF=%, %, $$(COMPARE_BUILD)))) |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
348 |
else ifneq ($$(filter --%, $$(COMPARE_BUILD)), ) |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
349 |
# Assume CONF if value begins with -- |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
350 |
COMPARE_BUILD_CONF=$$(strip $$(subst +, , $$(COMPARE_BUILD))) |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
351 |
else |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
352 |
# Otherwise assume patch file |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
353 |
COMPARE_BUILD_PATCH=$$(strip $$(COMPARE_BUILD)) |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
354 |
endif |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
355 |
endif |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
356 |
ifneq ($$(COMPARE_BUILD_PATCH), ) |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
357 |
ifneq ($$(wildcard $$(TOPDIR)/$$(COMPARE_BUILD_PATCH)), ) |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
358 |
# Assume relative path, if file exists |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
359 |
COMPARE_BUILD_PATCH := $$(wildcard $$(TOPDIR)/$$(COMPARE_BUILD_PATCH)) |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
360 |
else ifeq ($$(wildcard $$(COMPARE_BUILD_PATCH)), ) |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
361 |
$$(error Patch file $$(COMPARE_BUILD_PATCH) does not exist) |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
362 |
endif |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
363 |
endif |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
364 |
endif |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
365 |
endef |
4d558a41a1ec
8136695: Automatic build comparison with COMPARE_BUILD
ihse
parents:
32344
diff
changeset
|
366 |
|
29662 | 367 |
define RotateLogFiles |
368 |
$(RM) $(BUILD_LOG).old 2> /dev/null |
|
369 |
$(MV) $(BUILD_LOG) $(BUILD_LOG).old 2> /dev/null || true |
|
370 |
$(if $(findstring trace, $(LOG_LEVEL)), \ |
|
371 |
$(RM) $(BUILD_TRACE_LOG).old 2> /dev/null && \ |
|
372 |
$(MV) $(BUILD_TRACE_LOG) $(BUILD_TRACE_LOG).old 2> /dev/null || true \ |
|
373 |
) |
|
374 |
endef |
|
26116
f051bd253364
8055095: Improve "do nothing" incremental build performance after modularized source code integration
erikj
parents:
25854
diff
changeset
|
375 |
|
32344
0b288e0efcfa
8062618: Create a build failure summary at end of build log
ihse
parents:
29788
diff
changeset
|
376 |
define PrepareFailureLogs |
0b288e0efcfa
8062618: Create a build failure summary at end of build log
ihse
parents:
29788
diff
changeset
|
377 |
$(RM) -r $(MAKESUPPORT_OUTPUTDIR)/failure-logs 2> /dev/null |
0b288e0efcfa
8062618: Create a build failure summary at end of build log
ihse
parents:
29788
diff
changeset
|
378 |
$(MKDIR) -p $(MAKESUPPORT_OUTPUTDIR)/failure-logs |
0b288e0efcfa
8062618: Create a build failure summary at end of build log
ihse
parents:
29788
diff
changeset
|
379 |
endef |
0b288e0efcfa
8062618: Create a build failure summary at end of build log
ihse
parents:
29788
diff
changeset
|
380 |
|
29662 | 381 |
# Remove any javac server logs and port files. This |
382 |
# prevents a new make run to reuse the previous servers. |
|
383 |
define PrepareSmartJavac |
|
384 |
$(if $(SJAVAC_SERVER_DIR), \ |
|
385 |
$(RM) -r $(SJAVAC_SERVER_DIR) 2> /dev/null && \ |
|
386 |
$(MKDIR) -p $(SJAVAC_SERVER_DIR) \ |
|
387 |
) |
|
388 |
endef |
|
27560 | 389 |
|
29662 | 390 |
define CleanupSmartJavac |
391 |
[ -f $(SJAVAC_SERVER_DIR)/server.port ] && $(ECHO) Stopping sjavac server && \ |
|
392 |
$(TOUCH) $(SJAVAC_SERVER_DIR)/server.port.stop; true |
|
393 |
endef |
|
26116
f051bd253364
8055095: Improve "do nothing" incremental build performance after modularized source code integration
erikj
parents:
25854
diff
changeset
|
394 |
|
29662 | 395 |
define StartGlobalTimer |
396 |
$(RM) -r $(BUILDTIMESDIR) 2> /dev/null |
|
397 |
$(MKDIR) -p $(BUILDTIMESDIR) |
|
398 |
$(call RecordStartTime,TOTAL) |
|
399 |
endef |
|
27560 | 400 |
|
29662 | 401 |
define StopGlobalTimer |
402 |
$(call RecordEndTime,TOTAL) |
|
403 |
endef |
|
27560 | 404 |
|
29662 | 405 |
# Find all build_time_* files and print their contents in a list sorted |
406 |
# on the name of the sub repository. |
|
407 |
define ReportBuildTimes |
|
408 |
$(BUILD_LOG_WRAPPER) $(PRINTF) $(LOG_INFO) -- \ |
|
409 |
"----- Build times -------\nStart %s\nEnd %s\n%s\n%s\n-------------------------\n" \ |
|
410 |
"`$(CAT) $(BUILDTIMESDIR)/build_time_start_TOTAL_human_readable`" \ |
|
411 |
"`$(CAT) $(BUILDTIMESDIR)/build_time_end_TOTAL_human_readable`" \ |
|
412 |
"`$(LS) $(BUILDTIMESDIR)/build_time_diff_* | $(GREP) -v _TOTAL | \ |
|
413 |
$(XARGS) $(CAT) | $(SORT) -k 2`" \ |
|
414 |
"`$(CAT) $(BUILDTIMESDIR)/build_time_diff_TOTAL`" |
|
415 |
endef |
|
27560 | 416 |
|
29662 | 417 |
endif # HAS_SPEC |
27560 | 418 |
|
29662 | 419 |
endif # _INITSUPPORT_GMK |