make/jdk-rules.gmk

changeset 423
4d45c7117e23
parent 330
7e13dbf7e8af
child 645
5b0b6ef58dbf
equal deleted inserted replaced
422:9a171072ff19 423:4d45c7117e23
1 # 1 #
2 # Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # 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 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this 7 # published by the Free Software Foundation. Oracle designates this
68 endif 68 endif
69 69
70 JDK_BUILD_ARGUMENTS += \ 70 JDK_BUILD_ARGUMENTS += \
71 BUILD_HOTSPOT=$(BUILD_HOTSPOT) 71 BUILD_HOTSPOT=$(BUILD_HOTSPOT)
72 72
73 # Move to COMMON_BUILD_ARGUMENTS when all repos support
74 # FULL_DEBUG_SYMBOLS and ZIP_DEBUGINFO_FILES:
75 ifdef FULL_DEBUG_SYMBOLS
76 JDK_BUILD_ARGUMENTS += FULL_DEBUG_SYMBOLS=$(FULL_DEBUG_SYMBOLS)
77 endif
78
79 ifdef ZIP_DEBUGINFO_FILES
80 JDK_BUILD_ARGUMENTS += ZIP_DEBUGINFO_FILES="$(ZIP_DEBUGINFO_FILES)"
81 endif
82
73 83
74 $(JDK_JAVA_EXE):: jdk-build 84 $(JDK_JAVA_EXE):: jdk-build
75 85
76 jdk: jdk-build 86 jdk: jdk-build
77 jdk-build: 87 jdk-build:

mercurial