make/common/MakeBase.gmk
author erikj
Tue, 23 Jun 2015 15:11:56 +0200
changeset 31219 86afedc80683
parent 30095 0034766ccb09
child 31312 74e504d86cc9
permissions -rw-r--r--
8129503: The SOURCE value in release file of JDK 9 doesn't contain changesets since b49 Reviewed-by: tbell
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     1
#
29156
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 28906
diff changeset
     2
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     4
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    10
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    15
# accompanied this code).
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    16
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    20
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    23
# questions.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    24
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    25
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    26
################################################################
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    27
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    28
# Setup common utility functions.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    29
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    30
################################################################
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    31
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    32
ifndef _MAKEBASE_GMK
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    33
_MAKEBASE_GMK := 1
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    34
29662
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    35
ifeq ($(wildcard $(SPEC)),)
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    36
  $(error MakeBase.gmk needs SPEC set to a proper spec.gmk)
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    37
endif
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    38
29861
cb5d893c3282 8077814: Add .DELETE_ON_ERROR to makefiles
erikj
parents: 29662
diff changeset
    39
# By defining this pseudo target, make will automatically remove targets
cb5d893c3282 8077814: Add .DELETE_ON_ERROR to makefiles
erikj
parents: 29662
diff changeset
    40
# if their recipe fails so that a rebuild is automatically triggered on the
cb5d893c3282 8077814: Add .DELETE_ON_ERROR to makefiles
erikj
parents: 29662
diff changeset
    41
# next make invocation.
cb5d893c3282 8077814: Add .DELETE_ON_ERROR to makefiles
erikj
parents: 29662
diff changeset
    42
.DELETE_ON_ERROR:
29662
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    43
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    44
##############################
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    45
# Functions
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    46
##############################
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    47
30095
0034766ccb09 8079344: Allow custom or platform specific java source to automatically override shared source
erikj
parents: 29866
diff changeset
    48
### Debug functions
0034766ccb09 8079344: Allow custom or platform specific java source to automatically override shared source
erikj
parents: 29866
diff changeset
    49
0034766ccb09 8079344: Allow custom or platform specific java source to automatically override shared source
erikj
parents: 29866
diff changeset
    50
# Prints the name and value of a variable
0034766ccb09 8079344: Allow custom or platform specific java source to automatically override shared source
erikj
parents: 29866
diff changeset
    51
PrintVar = \
0034766ccb09 8079344: Allow custom or platform specific java source to automatically override shared source
erikj
parents: 29866
diff changeset
    52
    $(info $(strip $1) >$($(strip $1))<)
29662
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    53
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    54
### Functions for timers
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    55
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    56
# Store the build times in this directory.
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    57
BUILDTIMESDIR=$(OUTPUT_ROOT)/make-support/build-times
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    58
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    59
# Record starting time for build of a sub repository.
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    60
define RecordStartTime
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    61
	$(MKDIR) -p $(BUILDTIMESDIR)
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    62
	$(DATE) '+%Y %m %d %H %M %S' | $(NAWK) '{ print $$1,$$2,$$3,$$4,$$5,$$6,($$4*3600+$$5*60+$$6) }' > $(BUILDTIMESDIR)/build_time_start_$(strip $1)
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    63
	$(DATE) '+%Y-%m-%d %H:%M:%S' > $(BUILDTIMESDIR)/build_time_start_$(strip $1)_human_readable
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    64
endef
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    65
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    66
# Record ending time and calculate the difference and store it in a
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    67
# easy to read format. Handles builds that cross midnight. Expects
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    68
# that a build will never take 24 hours or more.
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    69
define RecordEndTime
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    70
	$(DATE) '+%Y %m %d %H %M %S' | $(NAWK) '{ print $$1,$$2,$$3,$$4,$$5,$$6,($$4*3600+$$5*60+$$6) }' > $(BUILDTIMESDIR)/build_time_end_$(strip $1)
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    71
	$(DATE) '+%Y-%m-%d %H:%M:%S' > $(BUILDTIMESDIR)/build_time_end_$(strip $1)_human_readable
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    72
	$(ECHO) `$(CAT) $(BUILDTIMESDIR)/build_time_start_$(strip $1)` `$(CAT) $(BUILDTIMESDIR)/build_time_end_$(strip $1)` $1 | \
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    73
	    $(NAWK) '{ F=$$7; T=$$14; if (F > T) { T+=3600*24 }; D=T-F; H=int(D/3600); \
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    74
	    M=int((D-H*3600)/60); S=D-H*3600-M*60; printf("%02d:%02d:%02d %s\n",H,M,S,$$15); }' \
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    75
	    > $(BUILDTIMESDIR)/build_time_diff_$(strip $1)
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    76
endef
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    77
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    78
# Hook to be called when starting to execute a top-level target
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    79
define TargetEnter
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    80
	$(PRINTF) "## Starting $(patsubst %-only,%,$@)\n"
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    81
	$(call RecordStartTime,$(patsubst %-only,%,$@))
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    82
endef
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    83
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    84
# Hook to be called when finish executing a top-level target
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    85
define TargetExit
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    86
	$(call RecordEndTime,$(patsubst %-only,%,$@))
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    87
	$(PRINTF) "## Finished $(patsubst %-only,%,$@) (build time %s)\n\n" \
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    88
	    "`$(CAT) $(BUILDTIMESDIR)/build_time_diff_$(patsubst %-only,%,$@) | $(CUT) -f 1 -d ' '`"
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    89
endef
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
    90
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
    91
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
    92
# This macro translates $ into \$ to protect the $ from expansion in the shell.
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
    93
# To make this macro resilient against already escaped strings, first remove
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
    94
# any present escapes before escaping so that no double escapes are added.
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
    95
EscapeDollar = $(subst $$,\$$,$(subst \$$,$$,$(strip $1)))
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
    96
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
    97
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
    98
# This macro translates $ into $$ to protect the string from make itself.
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
    99
DoubleDollar = $(subst $$,$$$$,$(strip $1))
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   100
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   101
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   102
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   103
# If the variable that you want to send to stdout for piping into a file or otherwise,
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   104
# is potentially long, for example the a list of file paths, eg a list of all package directories.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   105
# Then you need to use ListPathsSafely, which optimistically splits the output into several shell
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   106
# calls as well as use compression on recurrent file paths segments, to get around the potential
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   107
# command line length problem that exists in cygwin and other shells.
21759
e24e22311718 8027566: Remove the old build system
ihse
parents: 20364
diff changeset
   108
compress_pre:=$(strip $(shell $(CAT) $(SRC_ROOT)/make/common/support/ListPathsSafely-pre-compress.incl))
e24e22311718 8027566: Remove the old build system
ihse
parents: 20364
diff changeset
   109
compress_post:=$(strip $(shell $(CAT) $(SRC_ROOT)/make/common/support/ListPathsSafely-post-compress.incl))
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   110
compress_paths=$(compress_pre)\
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   111
$(subst $(SRC_ROOT),X97,\
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   112
$(subst $(OUTPUT_ROOT),X98,\
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   113
$(subst X,X00,\
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   114
$(subst $(SPACE),\n,$(strip $1)))))\
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   115
$(compress_post)
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   116
21759
e24e22311718 8027566: Remove the old build system
ihse
parents: 20364
diff changeset
   117
decompress_paths=$(SED) -f $(SRC_ROOT)/make/common/support/ListPathsSafely-uncompress.sed -e 's|X99|\\n|g' \
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   118
    -e 's|X98|$(OUTPUT_ROOT)|g' -e 's|X97|$(SRC_ROOT)|g' \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   119
    -e 's|X00|X|g' | tr '\n' '$2'
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   120
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   121
define ListPathsSafely_If
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   122
	$(if $(word $3,$($1)),$(eval $1_LPS$3:=$(call compress_paths,$(wordlist $3,$4,$($1)))))
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   123
endef
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   124
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   125
define ListPathsSafely_Printf
20364
110ae1fd4f70 8025921: Make LOG=debug output more readable
erikj
parents: 20363
diff changeset
   126
	$(if $(strip $($1_LPS$4)),$(if $(findstring $(LOG_LEVEL),trace),,@)printf \
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   127
	    -- "$(strip $(call EscapeDollar, $($1_LPS$4)))\n" | $(decompress_paths) $3)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   128
endef
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   129
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   130
# Receipt example:
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   131
#   rm -f thepaths
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   132
#   $(call ListPathsSafely,THEPATHS,\n, >> thepaths)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   133
# The \n argument means translate spaces into \n
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   134
# if instead , , (a space) is supplied, then spaces remain spaces.
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   135
define ListPathsSafely
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   136
	$(if $(word 16001,$($1)),$(error Cannot list safely more than 16000 paths. $1 has $(words $($1)) paths!))
20364
110ae1fd4f70 8025921: Make LOG=debug output more readable
erikj
parents: 20363
diff changeset
   137
	$(ECHO) $(LOG_DEBUG) Writing $(words $($1)) paths to '$3'
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   138
	$(call ListPathsSafely_If,$1,$2,1,250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   139
	$(call ListPathsSafely_If,$1,$2,251,500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   140
	$(call ListPathsSafely_If,$1,$2,501,750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   141
	$(call ListPathsSafely_If,$1,$2,751,1000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   142
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   143
	$(call ListPathsSafely_If,$1,$2,1001,1250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   144
	$(call ListPathsSafely_If,$1,$2,1251,1500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   145
	$(call ListPathsSafely_If,$1,$2,1501,1750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   146
	$(call ListPathsSafely_If,$1,$2,1751,2000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   147
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   148
	$(call ListPathsSafely_If,$1,$2,2001,2250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   149
	$(call ListPathsSafely_If,$1,$2,2251,2500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   150
	$(call ListPathsSafely_If,$1,$2,2501,2750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   151
	$(call ListPathsSafely_If,$1,$2,2751,3000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   152
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   153
	$(call ListPathsSafely_If,$1,$2,3001,3250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   154
	$(call ListPathsSafely_If,$1,$2,3251,3500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   155
	$(call ListPathsSafely_If,$1,$2,3501,3750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   156
	$(call ListPathsSafely_If,$1,$2,3751,4000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   157
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   158
	$(call ListPathsSafely_If,$1,$2,4001,4250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   159
	$(call ListPathsSafely_If,$1,$2,4251,4500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   160
	$(call ListPathsSafely_If,$1,$2,4501,4750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   161
	$(call ListPathsSafely_If,$1,$2,4751,5000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   162
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   163
	$(call ListPathsSafely_If,$1,$2,5001,5250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   164
	$(call ListPathsSafely_If,$1,$2,5251,5500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   165
	$(call ListPathsSafely_If,$1,$2,5501,5750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   166
	$(call ListPathsSafely_If,$1,$2,5751,6000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   167
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   168
	$(call ListPathsSafely_If,$1,$2,6001,6250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   169
	$(call ListPathsSafely_If,$1,$2,6251,6500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   170
	$(call ListPathsSafely_If,$1,$2,6501,6750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   171
	$(call ListPathsSafely_If,$1,$2,6751,7000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   172
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   173
	$(call ListPathsSafely_If,$1,$2,7001,7250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   174
	$(call ListPathsSafely_If,$1,$2,7251,7500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   175
	$(call ListPathsSafely_If,$1,$2,7501,7750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   176
	$(call ListPathsSafely_If,$1,$2,7751,8000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   177
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   178
	$(call ListPathsSafely_If,$1,$2,8001,8250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   179
	$(call ListPathsSafely_If,$1,$2,8251,8500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   180
	$(call ListPathsSafely_If,$1,$2,8501,8750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   181
	$(call ListPathsSafely_If,$1,$2,8751,9000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   182
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   183
	$(call ListPathsSafely_If,$1,$2,9001,9250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   184
	$(call ListPathsSafely_If,$1,$2,9251,9500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   185
	$(call ListPathsSafely_If,$1,$2,9501,9750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   186
	$(call ListPathsSafely_If,$1,$2,9751,10000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   187
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   188
	$(call ListPathsSafely_If,$1,$2,10001,10250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   189
	$(call ListPathsSafely_If,$1,$2,10251,10500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   190
	$(call ListPathsSafely_If,$1,$2,10501,10750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   191
	$(call ListPathsSafely_If,$1,$2,10751,11000)
14279
1c596d0f411c 8002183: Increased max number of paths to list in ListPathsSafely to 16000.
erikj
parents: 14111
diff changeset
   192
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   193
	$(call ListPathsSafely_If,$1,$2,11001,11250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   194
	$(call ListPathsSafely_If,$1,$2,11251,11500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   195
	$(call ListPathsSafely_If,$1,$2,11501,11750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   196
	$(call ListPathsSafely_If,$1,$2,11751,12000)
14279
1c596d0f411c 8002183: Increased max number of paths to list in ListPathsSafely to 16000.
erikj
parents: 14111
diff changeset
   197
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   198
	$(call ListPathsSafely_If,$1,$2,12001,12250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   199
	$(call ListPathsSafely_If,$1,$2,12251,12500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   200
	$(call ListPathsSafely_If,$1,$2,12501,12750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   201
	$(call ListPathsSafely_If,$1,$2,12751,13000)
14279
1c596d0f411c 8002183: Increased max number of paths to list in ListPathsSafely to 16000.
erikj
parents: 14111
diff changeset
   202
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   203
	$(call ListPathsSafely_If,$1,$2,13001,13250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   204
	$(call ListPathsSafely_If,$1,$2,13251,13500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   205
	$(call ListPathsSafely_If,$1,$2,13501,13750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   206
	$(call ListPathsSafely_If,$1,$2,13751,14000)
14279
1c596d0f411c 8002183: Increased max number of paths to list in ListPathsSafely to 16000.
erikj
parents: 14111
diff changeset
   207
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   208
	$(call ListPathsSafely_If,$1,$2,14001,14250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   209
	$(call ListPathsSafely_If,$1,$2,14251,14500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   210
	$(call ListPathsSafely_If,$1,$2,14501,14750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   211
	$(call ListPathsSafely_If,$1,$2,14751,15000)
14279
1c596d0f411c 8002183: Increased max number of paths to list in ListPathsSafely to 16000.
erikj
parents: 14111
diff changeset
   212
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   213
	$(call ListPathsSafely_If,$1,$2,15001,15250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   214
	$(call ListPathsSafely_If,$1,$2,15251,15500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   215
	$(call ListPathsSafely_If,$1,$2,15501,15750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   216
	$(call ListPathsSafely_If,$1,$2,15751,16000)
14279
1c596d0f411c 8002183: Increased max number of paths to list in ListPathsSafely to 16000.
erikj
parents: 14111
diff changeset
   217
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   218
	$(call ListPathsSafely_Printf,$1,$2,$3,1)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   219
	$(call ListPathsSafely_Printf,$1,$2,$3,251)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   220
	$(call ListPathsSafely_Printf,$1,$2,$3,501)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   221
	$(call ListPathsSafely_Printf,$1,$2,$3,751)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   222
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   223
	$(call ListPathsSafely_Printf,$1,$2,$3,1001)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   224
	$(call ListPathsSafely_Printf,$1,$2,$3,1251)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   225
	$(call ListPathsSafely_Printf,$1,$2,$3,1501)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   226
	$(call ListPathsSafely_Printf,$1,$2,$3,1751)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   227
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   228
	$(call ListPathsSafely_Printf,$1,$2,$3,2001)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   229
	$(call ListPathsSafely_Printf,$1,$2,$3,2251)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   230
	$(call ListPathsSafely_Printf,$1,$2,$3,2501)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   231
	$(call ListPathsSafely_Printf,$1,$2,$3,2751)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   232
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   233
	$(call ListPathsSafely_Printf,$1,$2,$3,3001)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   234
	$(call ListPathsSafely_Printf,$1,$2,$3,3251)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   235
	$(call ListPathsSafely_Printf,$1,$2,$3,3501)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   236
	$(call ListPathsSafely_Printf,$1,$2,$3,3751)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   237
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   238
	$(call ListPathsSafely_Printf,$1,$2,$3,4001)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   239
	$(call ListPathsSafely_Printf,$1,$2,$3,4251)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   240
	$(call ListPathsSafely_Printf,$1,$2,$3,4501)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   241
	$(call ListPathsSafely_Printf,$1,$2,$3,4751)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   242
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   243
	$(call ListPathsSafely_Printf,$1,$2,$3,5001)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   244
	$(call ListPathsSafely_Printf,$1,$2,$3,5251)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   245
	$(call ListPathsSafely_Printf,$1,$2,$3,5501)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   246
	$(call ListPathsSafely_Printf,$1,$2,$3,5751)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   247
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   248
	$(call ListPathsSafely_Printf,$1,$2,$3,6001)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   249
	$(call ListPathsSafely_Printf,$1,$2,$3,6251)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   250
	$(call ListPathsSafely_Printf,$1,$2,$3,6501)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   251
	$(call ListPathsSafely_Printf,$1,$2,$3,6751)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   252
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   253
	$(call ListPathsSafely_Printf,$1,$2,$3,7001)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   254
	$(call ListPathsSafely_Printf,$1,$2,$3,7251)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   255
	$(call ListPathsSafely_Printf,$1,$2,$3,7501)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   256
	$(call ListPathsSafely_Printf,$1,$2,$3,7751)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   257
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   258
	$(call ListPathsSafely_Printf,$1,$2,$3,8001)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   259
	$(call ListPathsSafely_Printf,$1,$2,$3,8251)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   260
	$(call ListPathsSafely_Printf,$1,$2,$3,8501)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   261
	$(call ListPathsSafely_Printf,$1,$2,$3,8751)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   262
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   263
	$(call ListPathsSafely_Printf,$1,$2,$3,9001)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   264
	$(call ListPathsSafely_Printf,$1,$2,$3,9251)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   265
	$(call ListPathsSafely_Printf,$1,$2,$3,9501)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   266
	$(call ListPathsSafely_Printf,$1,$2,$3,9751)
14279
1c596d0f411c 8002183: Increased max number of paths to list in ListPathsSafely to 16000.
erikj
parents: 14111
diff changeset
   267
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   268
	$(call ListPathsSafely_Printf,$1,$2,$3,10001)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   269
	$(call ListPathsSafely_Printf,$1,$2,$3,10251)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   270
	$(call ListPathsSafely_Printf,$1,$2,$3,10501)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   271
	$(call ListPathsSafely_Printf,$1,$2,$3,10751)
14279
1c596d0f411c 8002183: Increased max number of paths to list in ListPathsSafely to 16000.
erikj
parents: 14111
diff changeset
   272
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   273
	$(call ListPathsSafely_Printf,$1,$2,$3,11001)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   274
	$(call ListPathsSafely_Printf,$1,$2,$3,11251)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   275
	$(call ListPathsSafely_Printf,$1,$2,$3,11501)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   276
	$(call ListPathsSafely_Printf,$1,$2,$3,11751)
14279
1c596d0f411c 8002183: Increased max number of paths to list in ListPathsSafely to 16000.
erikj
parents: 14111
diff changeset
   277
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   278
	$(call ListPathsSafely_Printf,$1,$2,$3,12001)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   279
	$(call ListPathsSafely_Printf,$1,$2,$3,12251)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   280
	$(call ListPathsSafely_Printf,$1,$2,$3,12501)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   281
	$(call ListPathsSafely_Printf,$1,$2,$3,12751)
14279
1c596d0f411c 8002183: Increased max number of paths to list in ListPathsSafely to 16000.
erikj
parents: 14111
diff changeset
   282
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   283
	$(call ListPathsSafely_Printf,$1,$2,$3,13001)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   284
	$(call ListPathsSafely_Printf,$1,$2,$3,13251)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   285
	$(call ListPathsSafely_Printf,$1,$2,$3,13501)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   286
	$(call ListPathsSafely_Printf,$1,$2,$3,13751)
14279
1c596d0f411c 8002183: Increased max number of paths to list in ListPathsSafely to 16000.
erikj
parents: 14111
diff changeset
   287
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   288
	$(call ListPathsSafely_Printf,$1,$2,$3,14001)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   289
	$(call ListPathsSafely_Printf,$1,$2,$3,14251)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   290
	$(call ListPathsSafely_Printf,$1,$2,$3,14501)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   291
	$(call ListPathsSafely_Printf,$1,$2,$3,14751)
14279
1c596d0f411c 8002183: Increased max number of paths to list in ListPathsSafely to 16000.
erikj
parents: 14111
diff changeset
   292
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   293
	$(call ListPathsSafely_Printf,$1,$2,$3,15001)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   294
	$(call ListPathsSafely_Printf,$1,$2,$3,15251)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   295
	$(call ListPathsSafely_Printf,$1,$2,$3,15501)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   296
	$(call ListPathsSafely_Printf,$1,$2,$3,15751)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   297
endef
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   298
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   299
define ListPathsSafelyNow_IfPrintf
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   300
  ifneq (,$$(word $4,$$($1)))
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   301
    $$(eval $1_LPS$4:=$$(call compress_paths,$$(wordlist $4,$5,$$($1))))
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   302
    $$(shell printf -- "$$(strip $$($1_LPS$4))\n" | $(decompress_paths) $3)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   303
  endif
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   304
endef
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   305
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   306
# And an non-receipt version:
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   307
define ListPathsSafelyNow
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   308
  ifneq (,$$(word 10001,$$($1)))
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   309
    $$(error Cannot list safely more than 10000 paths. $1 has $$(words $$($1)) paths!)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   310
  endif
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   311
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,1,250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   312
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,251,500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   313
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,501,750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   314
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,751,1000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   315
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   316
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,1001,1250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   317
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,1251,1500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   318
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,1501,1750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   319
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,1751,2000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   320
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   321
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,2001,2250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   322
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,2251,2500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   323
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,2501,2750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   324
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,2751,3000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   325
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   326
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,3001,3250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   327
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,3251,3500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   328
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,3501,3750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   329
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,3751,4000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   330
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   331
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,4001,4250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   332
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,4251,4500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   333
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,4501,4750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   334
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,4751,5000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   335
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   336
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,5001,5250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   337
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,5251,5500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   338
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,5501,5750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   339
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,5751,6000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   340
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   341
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,6001,6250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   342
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,6251,6500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   343
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,6501,6750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   344
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,6751,7000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   345
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   346
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,7001,7250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   347
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,7251,7500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   348
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,7501,7750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   349
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,7751,8000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   350
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   351
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,8001,8250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   352
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,8251,8500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   353
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,8501,8750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   354
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,8751,9000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   355
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   356
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,9001,9250)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   357
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,9251,9500)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   358
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,9501,9750)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   359
  $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,9751,10000)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   360
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   361
endef
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   362
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   363
# The source tips can come from the Mercurial repository, or in the files
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   364
# $(HGTIP_FILENAME) which contains the tip but is also positioned in the same
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   365
# directory as the original $(HGDIR) directory.
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   366
# These should not be := assignments, only used from the root Makefile.
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   367
HG_VERSION = $(shell $(HG) version 2> /dev/null)
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   368
HG_DIRECTORY=.hg
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   369
HGTIP_FILENAME=.hgtip
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   370
HG_SEARCH = ./REPO ./*/REPO ./*/*/REPO ./*/*/*/REPO
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   371
REPO_LIST = $(patsubst ./%,%,$(patsubst %/,%,$(sort $(dir \
31219
86afedc80683 8129503: The SOURCE value in release file of JDK 9 doesn't contain changesets since b49
erikj
parents: 30095
diff changeset
   372
    $(shell $(CD) $(SRC_ROOT) ; \
86afedc80683 8129503: The SOURCE value in release file of JDK 9 doesn't contain changesets since b49
erikj
parents: 30095
diff changeset
   373
        $(LS) -d $(HG_SEARCH:%/REPO=%/$(HG_DIRECTORY)) \
86afedc80683 8129503: The SOURCE value in release file of JDK 9 doesn't contain changesets since b49
erikj
parents: 30095
diff changeset
   374
            $(HG_SEARCH:%/REPO=%/$(HGTIP_FILENAME)) \
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   375
        2> /dev/null)))))
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   376
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   377
# Emit the repo:tip pairs to $@
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   378
define GetSourceTips
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   379
	$(CD) $(SRC_ROOT) ; \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   380
	for i in $(REPO_LIST) IGNORE ; do \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   381
	  if [ "$${i}" = "IGNORE" ] ; then \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   382
	    continue; \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   383
	  elif [ -d $${i}/$(HG_DIRECTORY) -a "$(HG_VERSION)" != "" ] ; then \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   384
	    $(PRINTF) " %s:%s" \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   385
	        "$${i}" `$(HG) tip --repository $${i} --template '{node|short}\n'` ; \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   386
	  elif [ -f $${i}/$(HGTIP_FILENAME) ] ; then \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   387
	    $(PRINTF) " %s:%s" \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   388
	        "$${i}" `$(CAT) $${i}/$(HGTIP_FILENAME)` ; \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   389
	  fi; \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   390
	done >> $@
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   391
	$(PRINTF) "\n" >> $@
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   392
endef
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   393
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   394
# Create the HGTIP_FILENAME file. Called from jdk/make/closed/bundles.gmk
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   395
define CreateHgTip
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   396
	$(HG) tip --repository $1 --template '{node|short}\n' > $1/$(HGTIP_FILENAME); \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   397
	$(ECHO) $1/$(HGTIP_FILENAME)
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   398
endef
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   399
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   400
define SetupLogging
29662
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
   401
  ifeq ($$(LOG_LEVEL), trace)
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   402
    # Shell redefinition trick inspired by http://www.cmcrossroads.com/ask-mr-make/6535-tracing-rule-execution-in-gnu-make
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   403
    # For each target executed, will print
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   404
    # Building <TARGET> (from <FIRST PREREQUISITE>) (<ALL NEWER PREREQUISITES> newer)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   405
    # but with a limit of 20 on <ALL NEWER PREREQUISITES>, to avoid cluttering logs too much
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   406
    # (and causing a crash on Cygwin).
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   407
    # Default shell seems to always be /bin/sh. Must override with bash to get this to work on Solaris.
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   408
    # Only use time if it's GNU time which supports format and output file.
29662
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
   409
    WRAPPER_SHELL := $$(BASH) $$(SRC_ROOT)/common/bin/shell-tracer.sh $$(if $$(findstring yes,$$(IS_GNU_TIME)),$$(TIME),-) $$(OUTPUT_ROOT)/build-trace-time.log $$(SHELL)
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
   410
    SHELL := $$(warning $$(if $$@,Building $$@,Running shell command) $$(if $$<, (from $$<))$$(if $$?, ($$(wordlist 1, 20, $$?) $$(if $$(wordlist 21, 22, $$?), ... [in total $$(words $$?) files]) newer)))$$(WRAPPER_SHELL)
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   411
  endif
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   412
  # Never remove warning messages; this is just for completeness
29662
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
   413
  LOG_WARN :=
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
   414
  ifneq ($$(findstring $$(LOG_LEVEL), info debug trace),)
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
   415
    LOG_INFO :=
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   416
  else
29662
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
   417
    LOG_INFO := > /dev/null
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   418
  endif
29662
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
   419
  ifneq ($$(findstring $$(LOG_LEVEL), debug trace),)
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
   420
    LOG_DEBUG :=
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   421
  else
29662
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
   422
    LOG_DEBUG := > /dev/null
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   423
  endif
29662
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
   424
  ifneq ($$(findstring $$(LOG_LEVEL), trace),)
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
   425
    LOG_TRACE :=
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   426
  else
29662
78c47f0002c3 8076060: Improve make bootstrap process
ihse
parents: 29312
diff changeset
   427
    LOG_TRACE := > /dev/null
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   428
  endif
12801
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   429
endef
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   430
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   431
# Make sure logging is setup for everyone that includes MakeBase.gmk.
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   432
$(eval $(call SetupLogging))
948f8ad66ee7 7170079: Adjustments to build-infra makefiles
erikj
parents: 12258
diff changeset
   433
29312
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   434
################################################################################
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   435
# Creates a sequence of increasing numbers (inclusive).
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   436
# Param 1 - starting number
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   437
# Param 2 - ending number
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   438
sequence = \
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   439
    $(wordlist $1, $2, $(strip \
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   440
        $(eval SEQUENCE_COUNT :=) \
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   441
        $(call _sequence-do,$(strip $2))))
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   442
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   443
_sequence-do = \
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   444
    $(if $(word $1, $(SEQUENCE_COUNT)),, \
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   445
      $(eval SEQUENCE_COUNT += .) \
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   446
      $(words $(SEQUENCE_COUNT)) \
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   447
      $(call _sequence-do,$1))
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   448
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   449
################################################################################
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   450
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   451
MAX_PARAMS := 30
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   452
PARAM_SEQUENCE := $(call sequence, 2, $(MAX_PARAMS))
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   453
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   454
# Template for creating a macro taking named parameters. To use it, assign the
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   455
# template to a variable with the name you want for your macro, using '='
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   456
# assignment. Then define a macro body with the suffix "Body". The Body macro
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   457
# should take 1 parameter which should be a unique string for that invocation
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   458
# of the macro.
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   459
# Ex:
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   460
# SetupFoo = $(NamedParamsMacroTemplate)
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   461
# define SetupFooBody
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   462
#   # do something
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   463
#   # access parameters as $$($1_BAR)
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   464
# endef
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   465
# Call it like this
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   466
# $(eval $(call SetupFoo, BUILD_SOMETHING, \
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   467
#     BAR := some parameter value, \
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   468
# ))
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   469
define NamedParamsMacroTemplate
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   470
  $(if $($(MAX_PARAMS)),$(error Internal makefile error: \
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   471
      Too many named arguments to macro, please update MAX_PARAMS in MakeBase.gmk))
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   472
  # Iterate over 2 3 4... and evaluate the named parameters with $1_ as prefix
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   473
  $(foreach i,$(PARAM_SEQUENCE), $(if $(strip $($i)),\
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   474
    $(strip $1)_$(strip $($i)))$(NEWLINE))
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   475
  # Debug print all named parameter names and values
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   476
  $(if $(findstring $(LOG_LEVEL),debug trace), \
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   477
    $(info $0 $(strip $1) $(foreach i,$(PARAM_SEQUENCE), \
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   478
      $(if $(strip $($i)),$(NEWLINE) $(strip [$i] $(if $(filter $(LOG_LEVEL), trace), \
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   479
        $($i), $(wordlist 1, 20, $($(i))) $(if $(word 21, $($(i))), ...)))))))
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   480
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   481
  $(if $(DEBUG_$(strip $1)),
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   482
    $(info -------- <<< Begin expansion of $(strip $1)) \
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   483
    $(info $(call $(0)Body,$(strip $1))) \
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   484
    $(info -------- >>> End expansion of $(strip $1)) \
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   485
  )
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   486
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   487
  $(call $(0)Body,$(strip $1))
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   488
endef
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   489
29312
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   490
################################################################################
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   491
# Make directory without forking mkdir if not needed
28600
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   492
MakeDir = \
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   493
    $(strip $(if $(subst $(wildcard $1 $2 $3 $4 $5 $6 $7 $8 $9),,$(strip $1 $2 $3 $4 $5 $6 $7 $8 $9)),\
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   494
      $(shell $(MKDIR) -p $1 $2 $3 $4 $5 $6 $7 $8 $9)))
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   495
29312
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   496
################################################################################
29866
6cecef2d84ab 8077824: Introduce DefineNativeToolchain to handle toolchain configurations
erikj
parents: 29861
diff changeset
   497
# Assign a variable only if it is empty
6cecef2d84ab 8077824: Introduce DefineNativeToolchain to handle toolchain configurations
erikj
parents: 29861
diff changeset
   498
# Param 1 - Variable to assign
6cecef2d84ab 8077824: Introduce DefineNativeToolchain to handle toolchain configurations
erikj
parents: 29861
diff changeset
   499
# Param 2 - Value to assign
6cecef2d84ab 8077824: Introduce DefineNativeToolchain to handle toolchain configurations
erikj
parents: 29861
diff changeset
   500
SetIfEmpty = \
6cecef2d84ab 8077824: Introduce DefineNativeToolchain to handle toolchain configurations
erikj
parents: 29861
diff changeset
   501
    $(if $($(strip $1)),,$(eval $(strip $1) := $2))
6cecef2d84ab 8077824: Introduce DefineNativeToolchain to handle toolchain configurations
erikj
parents: 29861
diff changeset
   502
6cecef2d84ab 8077824: Introduce DefineNativeToolchain to handle toolchain configurations
erikj
parents: 29861
diff changeset
   503
################################################################################
29312
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   504
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   505
ifeq ($(OPENJDK_TARGET_OS),solaris)
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   506
  # On Solaris, if the target is a symlink and exists, cp won't overwrite.
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   507
  # Cp has to operate in recursive mode to allow for -P flag, to preserve soft links. If the
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   508
  # name of the target file differs from the source file, rename after copy.
23168
d20a4165e3d2 8036948: Solaris builds broken by fix for 8036611: Cleanup of handling of properties ...
erikj
parents: 21759
diff changeset
   509
  # If the source and target parent directories are the same, recursive copy doesn't work
d20a4165e3d2 8036948: Solaris builds broken by fix for 8036611: Cleanup of handling of properties ...
erikj
parents: 21759
diff changeset
   510
  # so we fall back on regular copy, which isn't preserving symlinks.
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   511
  define install-file
27595
cff167b3bfa2 8065914: Various improvements and cleanup of build system
ihse
parents: 27592
diff changeset
   512
	$(MKDIR) -p '$(@D)'
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   513
	$(RM) '$@'
23168
d20a4165e3d2 8036948: Solaris builds broken by fix for 8036611: Cleanup of handling of properties ...
erikj
parents: 21759
diff changeset
   514
	if [ "$(@D)" != "$(<D)" ]; then \
d20a4165e3d2 8036948: Solaris builds broken by fix for 8036611: Cleanup of handling of properties ...
erikj
parents: 21759
diff changeset
   515
	  $(CP) -f -r -P '$<' '$(@D)'; \
d20a4165e3d2 8036948: Solaris builds broken by fix for 8036611: Cleanup of handling of properties ...
erikj
parents: 21759
diff changeset
   516
	  if [ "$(@F)" != "$(<F)" ]; then \
d20a4165e3d2 8036948: Solaris builds broken by fix for 8036611: Cleanup of handling of properties ...
erikj
parents: 21759
diff changeset
   517
	    $(MV) '$(@D)/$(<F)' '$@'; \
d20a4165e3d2 8036948: Solaris builds broken by fix for 8036611: Cleanup of handling of properties ...
erikj
parents: 21759
diff changeset
   518
	  fi; \
d20a4165e3d2 8036948: Solaris builds broken by fix for 8036611: Cleanup of handling of properties ...
erikj
parents: 21759
diff changeset
   519
	else \
d20a4165e3d2 8036948: Solaris builds broken by fix for 8036611: Cleanup of handling of properties ...
erikj
parents: 21759
diff changeset
   520
	  if [ -L '$<' ]; then \
d20a4165e3d2 8036948: Solaris builds broken by fix for 8036611: Cleanup of handling of properties ...
erikj
parents: 21759
diff changeset
   521
	    $(ECHO) "Source file is a symlink and target is in the same directory: $< $@" ; \
d20a4165e3d2 8036948: Solaris builds broken by fix for 8036611: Cleanup of handling of properties ...
erikj
parents: 21759
diff changeset
   522
	    exit 1; \
d20a4165e3d2 8036948: Solaris builds broken by fix for 8036611: Cleanup of handling of properties ...
erikj
parents: 21759
diff changeset
   523
	  fi; \
d20a4165e3d2 8036948: Solaris builds broken by fix for 8036611: Cleanup of handling of properties ...
erikj
parents: 21759
diff changeset
   524
	  $(CP) -f '$<' '$@'; \
d20a4165e3d2 8036948: Solaris builds broken by fix for 8036611: Cleanup of handling of properties ...
erikj
parents: 21759
diff changeset
   525
	fi
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   526
  endef
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   527
else ifeq ($(OPENJDK_TARGET_OS),macosx)
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   528
  # On mac, extended attributes sometimes creep into the source files, which may later
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   529
  # cause the creation of ._* files which confuses testing. Clear these with xattr if
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   530
  # set. Some files get their write permissions removed after being copied to the
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   531
  # output dir. When these are copied again to images, xattr would fail. By only clearing
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   532
  # attributes when they are present, failing on this is avoided.
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   533
  define install-file
27595
cff167b3bfa2 8065914: Various improvements and cleanup of build system
ihse
parents: 27592
diff changeset
   534
	$(MKDIR) -p '$(@D)'
16580
6acb502beafa 8008373: JFR JTReg tests fail with CompilationError on MacOSX; missing '._sunec.jar'
erikj
parents: 16419
diff changeset
   535
	$(CP) -fRP '$<' '$@'
6acb502beafa 8008373: JFR JTReg tests fail with CompilationError on MacOSX; missing '._sunec.jar'
erikj
parents: 16419
diff changeset
   536
	if [ -n "`$(XATTR) -l '$@'`" ]; then $(XATTR) -c '$@'; fi
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   537
  endef
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   538
else
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   539
  # Running mkdir and cp in the same shell speeds up copy intensive tasks in Cygwin
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   540
  # significantly.
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   541
  define install-file
27595
cff167b3bfa2 8065914: Various improvements and cleanup of build system
ihse
parents: 27592
diff changeset
   542
	$(MKDIR) -p '$(@D)' && $(CP) -fP '$<' '$@'
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   543
  endef
14111
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   544
endif
2a82ecb35fc7 8000992: Update new build-infra makefiles
ohair
parents: 13697
diff changeset
   545
29312
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   546
################################################################################
15051
d32ad37472e6 8005540: build-infra: Improve incremental build speed on windows by caching find results
erikj
parents: 14279
diff changeset
   547
# Convenience functions for working around make's limitations with $(filter ).
29156
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 28906
diff changeset
   548
containing = \
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 28906
diff changeset
   549
    $(strip $(foreach v,$(strip $2),$(if $(findstring $(strip $1),$v),$v)))
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 28906
diff changeset
   550
not-containing = \
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 28906
diff changeset
   551
    $(strip $(foreach v,$(strip $2),$(if $(findstring $(strip $1),$v),,$v)))
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   552
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   553
# Filter out duplicate sub strings while preserving order. Keeps the first occurance.
29156
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 28906
diff changeset
   554
uniq = \
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 28906
diff changeset
   555
    $(if $1,$(firstword $1) $(call uniq,$(filter-out $(firstword $1),$1)))
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 28906
diff changeset
   556
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 28906
diff changeset
   557
# Return a list of all string elements that are duplicated in $1.
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 28906
diff changeset
   558
dups = \
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 28906
diff changeset
   559
    $(strip $(foreach v, $(sort $1), $(if $(filter-out 1, \
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 28906
diff changeset
   560
        $(words $(filter $v, $1))), $v)))
15051
d32ad37472e6 8005540: build-infra: Improve incremental build speed on windows by caching find results
erikj
parents: 14279
diff changeset
   561
28600
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   562
# String equals
28607
380f123263d8 8071651: infinite build loops in 9-dev windows platform on Jan 26
erikj
parents: 28606
diff changeset
   563
equals = \
380f123263d8 8071651: infinite build loops in 9-dev windows platform on Jan 26
erikj
parents: 28606
diff changeset
   564
    $(and $(findstring $(strip $1),$(strip $2)),\
380f123263d8 8071651: infinite build loops in 9-dev windows platform on Jan 26
erikj
parents: 28606
diff changeset
   565
        $(findstring $(strip $2),$(strip $1)))
28600
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   566
30095
0034766ccb09 8079344: Allow custom or platform specific java source to automatically override shared source
erikj
parents: 29866
diff changeset
   567
# Remove a whole list of prefixes
0034766ccb09 8079344: Allow custom or platform specific java source to automatically override shared source
erikj
parents: 29866
diff changeset
   568
# $1 - List of prefixes
0034766ccb09 8079344: Allow custom or platform specific java source to automatically override shared source
erikj
parents: 29866
diff changeset
   569
# $2 - List of elements to process
0034766ccb09 8079344: Allow custom or platform specific java source to automatically override shared source
erikj
parents: 29866
diff changeset
   570
remove-prefixes = \
0034766ccb09 8079344: Allow custom or platform specific java source to automatically override shared source
erikj
parents: 29866
diff changeset
   571
    $(strip $(if $1,$(patsubst $(firstword $1)%,%,\
0034766ccb09 8079344: Allow custom or platform specific java source to automatically override shared source
erikj
parents: 29866
diff changeset
   572
      $(call remove-prefixes,$(filter-out $(firstword $1),$1),$2)),$2))
0034766ccb09 8079344: Allow custom or platform specific java source to automatically override shared source
erikj
parents: 29866
diff changeset
   573
29312
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   574
################################################################################
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   575
23170
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   576
ifneq ($(DISABLE_CACHE_FIND), true)
23984
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   577
  # In Cygwin, finds are very costly, both because of expensive forks and because
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   578
  # of bad file system caching. Find is used extensively in $(shell) commands to
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   579
  # find source files. This makes rerunning make with no or few changes rather
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   580
  # expensive. To speed this up, these two macros are used to cache the results
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   581
  # of simple find commands for reuse.
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   582
  #
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   583
  # Runs a find and stores both the directories where it was run and the results.
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   584
  # This macro can be called multiple times to add to the cache. Only finds files
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   585
  # with no filters.
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   586
  #
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   587
  # Needs to be called with $(eval )
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   588
  #
23170
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   589
  # Even if the performance benifit is negligible on other platforms, keep the
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   590
  # functionality active unless explicitly disabled to exercise it more.
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   591
  #
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   592
  # Initialize FIND_CACHE_DIRS with := to make it a non recursively-expanded variable
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   593
  FIND_CACHE_DIRS :=
23984
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   594
  # Param 1 - Dirs to find in
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   595
  # Param 2 - (optional) specialization. Normally "-a \( ... \)" expression.
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   596
  define FillCacheFind
23984
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   597
    # Filter out already cached dirs. The - is needed when FIND_CACHE_DIRS is empty
23170
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   598
    # since filter out will then return empty.
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   599
    FIND_CACHE_NEW_DIRS := $$(filter-out $$(addsuffix /%,\
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   600
        - $(FIND_CACHE_DIRS)) $(FIND_CACHE_DIRS), $1)
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   601
    ifneq ($$(FIND_CACHE_NEW_DIRS), )
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   602
      # Remove any trailing slash from dirs in the cache dir list
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   603
      FIND_CACHE_DIRS += $$(patsubst %/,%, $$(FIND_CACHE_NEW_DIRS))
23984
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   604
      FIND_CACHE := $$(sort $$(FIND_CACHE) $$(shell $(FIND) $$(FIND_CACHE_NEW_DIRS) \( -type f -o -type l \) $2))
23170
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   605
    endif
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 18425
diff changeset
   606
  endef
15051
d32ad37472e6 8005540: build-infra: Improve incremental build speed on windows by caching find results
erikj
parents: 14279
diff changeset
   607
23984
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   608
  # Mimics find by looking in the cache if all of the directories have been cached.
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   609
  # Otherwise reverts to shell find. This is safe to call on all platforms, even if
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   610
  # cache is deactivated.
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   611
  #
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   612
  # $1 can be either a directory or a file. If it's a directory, make
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   613
  # sure we have exactly one trailing slash before the wildcard.
23984
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   614
  # The extra - is needed when FIND_CACHE_DIRS is empty but should be harmless.
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   615
  #
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   616
  # Param 1 - Dirs to find in
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   617
  # Param 2 - (optional) specialization. Normally "-a \( ... \)" expression.
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   618
  define CacheFind
23170
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   619
    $(if $(filter-out $(addsuffix /%,- $(FIND_CACHE_DIRS)) $(FIND_CACHE_DIRS),$1), \
23984
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   620
    $(shell $(FIND) $1 \( -type f -o -type l \) $2), \
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   621
    $(filter $(addsuffix /%,$(patsubst %/,%,$1)) $1,$(FIND_CACHE)))
23984
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   622
  endef
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   623
23170
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   624
else
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   625
  # If CacheFind is disabled, just run the find command.
23984
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   626
  # Param 1 - Dirs to find in
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   627
  # Param 2 - (optional) specialization. Normally "-a \( ... \)" expression.
23170
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   628
  define CacheFind
23984
e3e90595a176 8041267: Add filtering capability to CacheFind
mduigou
parents: 23170
diff changeset
   629
    $(shell $(FIND) $1 \( -type f -o -type l \) $2)
23170
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   630
  endef
51e606ecede5 8037281: Improve CacheFind and enable on all platforms
erikj
parents: 23169
diff changeset
   631
endif
15051
d32ad37472e6 8005540: build-infra: Improve incremental build speed on windows by caching find results
erikj
parents: 14279
diff changeset
   632
d32ad37472e6 8005540: build-infra: Improve incremental build speed on windows by caching find results
erikj
parents: 14279
diff changeset
   633
################################################################################
d32ad37472e6 8005540: build-infra: Improve incremental build speed on windows by caching find results
erikj
parents: 14279
diff changeset
   634
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   635
define AddFileToCopy
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   636
  # Helper macro for SetupCopyFiles
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   637
  # 1 : Source file
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   638
  # 2 : Dest file
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   639
  # 3 : Variable to add targets to
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   640
  # 4 : Macro to call for copy operation
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   641
  $2: $1
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   642
	$(ECHO) $(LOG_INFO) Copying $$(patsubst $(OUTPUT_ROOT)/%,%,$$@)
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   643
	$$($$(strip $4))
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   644
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   645
  $3 += $2
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   646
endef
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   647
28902
0c09b47449c8 8069064: Various improvements and fixes in build system
ihse
parents: 28901
diff changeset
   648
# Setup make rules for copying files, with an option to do more complex
0c09b47449c8 8069064: Various improvements and fixes in build system
ihse
parents: 28901
diff changeset
   649
# processing instead of copying.
0c09b47449c8 8069064: Various improvements and fixes in build system
ihse
parents: 28901
diff changeset
   650
#
0c09b47449c8 8069064: Various improvements and fixes in build system
ihse
parents: 28901
diff changeset
   651
# Parameter 1 is the name of the rule. This name is used as variable prefix,
0c09b47449c8 8069064: Various improvements and fixes in build system
ihse
parents: 28901
diff changeset
   652
# and the targets generated are listed in a variable by that name.
0c09b47449c8 8069064: Various improvements and fixes in build system
ihse
parents: 28901
diff changeset
   653
#
0c09b47449c8 8069064: Various improvements and fixes in build system
ihse
parents: 28901
diff changeset
   654
# Remaining parameters are named arguments. These include:
0c09b47449c8 8069064: Various improvements and fixes in build system
ihse
parents: 28901
diff changeset
   655
#   SRC     : Source root dir (defaults to dir of first file)
0c09b47449c8 8069064: Various improvements and fixes in build system
ihse
parents: 28901
diff changeset
   656
#   DEST    : Dest root dir
0c09b47449c8 8069064: Various improvements and fixes in build system
ihse
parents: 28901
diff changeset
   657
#   FILES   : List of files to copy with absolute paths, or path relative to SRC.
0c09b47449c8 8069064: Various improvements and fixes in build system
ihse
parents: 28901
diff changeset
   658
#             Must be in SRC.
0c09b47449c8 8069064: Various improvements and fixes in build system
ihse
parents: 28901
diff changeset
   659
#   FLATTEN : Set to flatten the directory structure in the DEST dir.
0c09b47449c8 8069064: Various improvements and fixes in build system
ihse
parents: 28901
diff changeset
   660
#   MACRO   : Optionally override the default macro used for making the copy.
0c09b47449c8 8069064: Various improvements and fixes in build system
ihse
parents: 28901
diff changeset
   661
#             Default is 'install-file'
29312
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   662
SetupCopyFiles = $(NamedParamsMacroTemplate)
f3f859137ce6 8074988: Reduce boilerplate in Setup* macro definitions
erikj
parents: 29304
diff changeset
   663
define SetupCopyFilesBody
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   664
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   665
  ifeq ($$($1_MACRO), )
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   666
    $1_MACRO := install-file
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   667
  endif
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   668
28901
5acc0ec03d06 8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents: 27595
diff changeset
   669
  # Default SRC to the dir of the first file.
5acc0ec03d06 8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents: 27595
diff changeset
   670
  ifeq ($$($1_SRC), )
5acc0ec03d06 8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents: 27595
diff changeset
   671
    $1_SRC := $$(dir $$(firstword $$($1_FILES)))
5acc0ec03d06 8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents: 27595
diff changeset
   672
  endif
5acc0ec03d06 8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents: 27595
diff changeset
   673
5acc0ec03d06 8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents: 27595
diff changeset
   674
  # Remove any trailing slash from SRC
5acc0ec03d06 8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents: 27595
diff changeset
   675
  $1_SRC := $$(patsubst %/,%,$$($1_SRC))
5acc0ec03d06 8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
erikj
parents: 27595
diff changeset
   676
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   677
  $$(foreach f, $$(patsubst $$($1_SRC)/%,%,$$($1_FILES)), \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   678
      $$(eval $$(call AddFileToCopy, $$($1_SRC)/$$f, \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   679
      $$($1_DEST)/$$(if $$($1_FLATTEN),$$(notdir $$f),$$f), $1, $$($1_MACRO))))
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   680
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   681
endef
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   682
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   683
################################################################################
28600
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   684
# ShellQuote
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   685
#
29156
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 28906
diff changeset
   686
# Quotes a string with single quotes and replaces single quotes with '\'' so
28600
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   687
# that the contents survives being given to the shell.
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   688
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   689
ShellQuote = \
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   690
    $(SQUOTE)$(subst $(SQUOTE),$(SQUOTE)\$(SQUOTE)$(SQUOTE),$(strip $1))$(SQUOTE)
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   691
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   692
################################################################################
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   693
# Write to and read from file
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   694
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   695
# Param 1 - File to read
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   696
ReadFile = \
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   697
    $(shell $(CAT) $1)
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   698
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   699
# Param 1 - Text to write
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   700
# Param 2 - File to write to
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   701
# Use printf to get consistent behavior on all platforms.
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   702
WriteFile = \
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   703
    $(shell $(PRINTF) "%s" $(call ShellQuote, $1) > $2)
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   704
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   705
################################################################################
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   706
# DependOnVariable
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   707
#
29156
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 28906
diff changeset
   708
# This macro takes a variable name and puts the value in a file only if the
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 28906
diff changeset
   709
# value has changed since last. The name of the file is returned. This can be
28600
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   710
# used to create rule dependencies on make variable values. The following
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   711
# example would get rebuilt if the value of SOME_VAR was changed:
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   712
#
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   713
# path/to/some-file: $(call DependOnVariable, SOME_VAR)
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   714
#         echo $(SOME_VAR) > $@
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   715
#
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   716
# Note that leading and trailing white space in the value is ignored.
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   717
#
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   718
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   719
# Defines the sub directory structure to store variable value file in
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   720
DependOnVariableDirName = \
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   721
    $(strip $(subst $(SRC_ROOT)/,,\
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   722
        $(if $(filter /%, $(firstword $(MAKEFILE_LIST))), \
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   723
          $(firstword $(MAKEFILE_LIST)), \
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   724
          $(CURDIR)/$(firstword $(MAKEFILE_LIST)))))
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   725
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   726
# Defines the name of the file to store variable value in. Generates a name
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   727
# unless parameter 2 is given.
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   728
# Param 1 - Name of variable
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   729
# Param 2 - (optional) name of file to store value in
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   730
DependOnVariableFileName = \
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   731
    $(strip $(if $(strip $2), $2, \
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   732
      $(MAKESUPPORT_OUTPUTDIR)/vardeps/$(DependOnVariableDirName)/$(strip $1).vardeps))
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   733
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   734
# Does the actual work with parameters stripped.
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   735
# If the file exists AND the contents is the same as the variable, do nothing
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   736
# else print a new file.
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   737
# Always returns the name of the file where the value was printed.
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   738
# Param 1 - Name of variable
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   739
# Param 2 - (optional) name of file to store value in
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   740
DependOnVariableHelper = \
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   741
    $(strip $(if $(and $(wildcard $(call DependOnVariableFileName, $1, $2)),\
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   742
        $(call equals, $(strip $($1)), \
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   743
            $(call ReadFile, $(call DependOnVariableFileName, $1, $2)))),,\
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   744
      $(call MakeDir, $(dir $(call DependOnVariableFileName, $1, $2))) \
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   745
      $(if $(findstring $(LOG_LEVEL), trace), \
28607
380f123263d8 8071651: infinite build loops in 9-dev windows platform on Jan 26
erikj
parents: 28606
diff changeset
   746
          $(info Variable $1: >$(strip $($1))<) \
380f123263d8 8071651: infinite build loops in 9-dev windows platform on Jan 26
erikj
parents: 28606
diff changeset
   747
          $(info File: >$(call ReadFile, $(call DependOnVariableFileName, $1, $2))<)) \
28600
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   748
      $(call WriteFile, $($1), $(call DependOnVariableFileName, $1, $2))) \
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   749
    $(call DependOnVariableFileName, $1, $2))
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   750
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   751
# Main macro
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   752
# Param 1 - Name of variable
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   753
# Param 2 - (optional) name of file to store value in
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   754
DependOnVariable = \
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   755
    $(call DependOnVariableHelper,$(strip $1),$(strip $2))
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   756
09dd1740f176 8069261: Create make dependencies on make variable values
erikj
parents: 27595
diff changeset
   757
################################################################################
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   758
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   759
# Hook to include the corresponding custom file, if present.
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   760
$(eval $(call IncludeCustomExtension, , common/MakeBase.gmk))
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 23984
diff changeset
   761
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   762
endif # _MAKEBASE_GMK