hotspot/make/altsrc.make
author duke
Wed, 05 Jul 2017 17:53:50 +0200
changeset 10762 cc1f5ce8e504
parent 9432 004656c45380
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
     1
#
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
     2
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
     4
#
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
     7
# published by the Free Software Foundation.
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
     8
#
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
     9
# This code is distributed in the hope that it will be useful, but WITHOUT
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    10
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    11
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    12
# version 2 for more details (a copy is included in the LICENSE file that
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    13
# accompanied this code).
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    14
#
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    15
# You should have received a copy of the GNU General Public License version
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    16
# 2 along with this work; if not, write to the Free Software Foundation,
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    17
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    18
#
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    19
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    20
# or visit www.oracle.com if you need additional information or have any
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    21
# questions.
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    22
#  
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    23
#
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    24
8114
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    25
# This file defines variables and macros which are used in the makefiles to 
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    26
# allow distributions to augment or replace common hotspot code with 
9432
004656c45380 7036525: Disable alternative source mechanism for OPENJDK builds
dholmes
parents: 8114
diff changeset
    27
# distribution-specific source files. This capability is disabled when
004656c45380 7036525: Disable alternative source mechanism for OPENJDK builds
dholmes
parents: 8114
diff changeset
    28
# an OPENJDK build is requested, unless HS_ALT_SRC_REL has been set externally.
8114
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    29
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    30
# Requires: GAMMADIR
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    31
# Provides:
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    32
#   variables: HS_COMMON_SRC, HS_ALT_SRC, HS_COMMON_SRC_REL, and HS_ALT_SRC_REL
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    33
#   functions: altsrc-equiv, if-has-altsrc, altsrc, altsrc-replace
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    34
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    35
HS_COMMON_SRC_REL=src
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    36
9432
004656c45380 7036525: Disable alternative source mechanism for OPENJDK builds
dholmes
parents: 8114
diff changeset
    37
ifneq ($(OPENJDK),true)
004656c45380 7036525: Disable alternative source mechanism for OPENJDK builds
dholmes
parents: 8114
diff changeset
    38
  # This needs to be changed to a more generic location, but we keep it 
004656c45380 7036525: Disable alternative source mechanism for OPENJDK builds
dholmes
parents: 8114
diff changeset
    39
  # as this for now for compatibility
004656c45380 7036525: Disable alternative source mechanism for OPENJDK builds
dholmes
parents: 8114
diff changeset
    40
  HS_ALT_SRC_REL=src/closed
004656c45380 7036525: Disable alternative source mechanism for OPENJDK builds
dholmes
parents: 8114
diff changeset
    41
else
004656c45380 7036525: Disable alternative source mechanism for OPENJDK builds
dholmes
parents: 8114
diff changeset
    42
  HS_ALT_SRC_REL=NO_SUCH_PATH
004656c45380 7036525: Disable alternative source mechanism for OPENJDK builds
dholmes
parents: 8114
diff changeset
    43
endif
8114
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    44
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    45
HS_COMMON_SRC=$(GAMMADIR)/$(HS_COMMON_SRC_REL)
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    46
HS_ALT_SRC=$(GAMMADIR)/$(HS_ALT_SRC_REL)
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    47
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    48
## altsrc-equiv 
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    49
# 
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    50
# Convert a common source path to an alternative source path
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    51
#
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    52
# Parameter: An absolute path into the common sources
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    53
# Result: The matching path to the alternate-source location
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    54
#
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    55
altsrc-equiv=$(subst $(HS_COMMON_SRC)/,$(HS_ALT_SRC)/,$(1))
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    56
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    57
8114
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    58
## if-has-altsrc
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    59
#
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    60
# Conditional macro to test for the existence of an alternate source path
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    61
#
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    62
# Parameter: An absolute path into the common sources
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    63
# Parameter: Result if the alternative-source location exists
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    64
# Parameter: Result if the alternative-source location does not exist
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    65
# Result: expands to parameter 2 or 3 depending on existence of alternate source
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    66
#
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    67
if-has-altsrc=$(if $(wildcard $(call altsrc-equiv,$(1))),$(2),$(3))
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    68
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    69
8114
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    70
## altsrc
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    71
#
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    72
# Converts common source path to alternate source path if the alternate 
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    73
# path exists, otherwise evaluates to nul (empty string)
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    74
# 
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    75
# Parameter: An absolute path into the common sources
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    76
# Result: The equivalent path to the alternate-source location, if such a 
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    77
#         location exists on the filesystem.  Otherwise it expands to empty.
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    78
# 
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    79
altsrc=$(call if-has-altsrc,$(1),$(call altsrc-equiv,$(1)))
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    80
8114
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    81
## commonsrc
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    82
# 
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    83
# Returns parameter.
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    84
#
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    85
commonsrc=$(1)
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    86
8107
78e5bd944384 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
    87
8114
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    88
## altsrc-replace
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    89
#
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    90
# Converts a common source path to an alternate source path if the alternate
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    91
# source path exists.  Otherwise it evaluates to the input common source path.
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    92
#
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    93
# Parameter: An absolute path into the common sources
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    94
# Result: A path to either the common or alternate sources
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    95
#
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 8107
diff changeset
    96
altsrc-replace=$(call if-has-altsrc,$(1),$(call altsrc-equiv,$(1)),$(1))