make/linux/makefiles/buildtree.make

changeset 9637
eef07cd490d4
parent 7994
04ff2f6cd0eb
parent 9634
d1520f0c3524
child 9931
fd44df5e3bc3
equal deleted inserted replaced
9581:95fce20624fc 9637:eef07cd490d4
1 # 1 #
2 # Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
3 # Copyright 2019 Red Hat, Inc.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 5 #
5 # This code is free software; you can redistribute it and/or modify it 6 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 7 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. 8 # published by the Free Software Foundation.
218 echo "HS_BUILD_VER = $(HS_BUILD_VER)"; \ 219 echo "HS_BUILD_VER = $(HS_BUILD_VER)"; \
219 echo "JRE_RELEASE_VER = $(JRE_RELEASE_VERSION)"; \ 220 echo "JRE_RELEASE_VER = $(JRE_RELEASE_VERSION)"; \
220 echo "SA_BUILD_VERSION = $(HS_BUILD_VER)"; \ 221 echo "SA_BUILD_VERSION = $(HS_BUILD_VER)"; \
221 echo "HOTSPOT_BUILD_USER = $(HOTSPOT_BUILD_USER)"; \ 222 echo "HOTSPOT_BUILD_USER = $(HOTSPOT_BUILD_USER)"; \
222 echo "HOTSPOT_VM_DISTRO = $(HOTSPOT_VM_DISTRO)"; \ 223 echo "HOTSPOT_VM_DISTRO = $(HOTSPOT_VM_DISTRO)"; \
224 echo "VENDOR = $(COMPANY_NAME)"; \
225 echo "VENDOR_URL = $(VENDOR_URL)"; \
226 echo "VENDOR_URL_BUG = $(VENDOR_URL_BUG)"; \
227 echo "VENDOR_URL_VM_BUG = $(VENDOR_URL_VM_BUG)"; \
223 echo "OPENJDK = $(OPENJDK)"; \ 228 echo "OPENJDK = $(OPENJDK)"; \
224 echo "$(LP64_SETTING/$(DATA_MODE))"; \ 229 echo "$(LP64_SETTING/$(DATA_MODE))"; \
225 echo; \ 230 echo; \
226 echo "# Used for platform dispatching"; \ 231 echo "# Used for platform dispatching"; \
227 echo "TARGET_DEFINES = -DTARGET_OS_FAMILY_\$$(Platform_os_family)"; \ 232 echo "TARGET_DEFINES = -DTARGET_OS_FAMILY_\$$(Platform_os_family)"; \

mercurial