make/jdk-rules.gmk

changeset 423
4d45c7117e23
parent 330
7e13dbf7e8af
child 645
5b0b6ef58dbf
     1.1 --- a/make/jdk-rules.gmk	Fri Mar 30 16:51:57 2012 -0700
     1.2 +++ b/make/jdk-rules.gmk	Tue Apr 03 10:17:06 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -70,6 +70,16 @@
    1.11  JDK_BUILD_ARGUMENTS += \
    1.12          BUILD_HOTSPOT=$(BUILD_HOTSPOT)
    1.13  
    1.14 +# Move to COMMON_BUILD_ARGUMENTS when all repos support
    1.15 +# FULL_DEBUG_SYMBOLS and ZIP_DEBUGINFO_FILES:
    1.16 +ifdef FULL_DEBUG_SYMBOLS
    1.17 +  JDK_BUILD_ARGUMENTS += FULL_DEBUG_SYMBOLS=$(FULL_DEBUG_SYMBOLS)
    1.18 +endif
    1.19 +
    1.20 +ifdef ZIP_DEBUGINFO_FILES
    1.21 +  JDK_BUILD_ARGUMENTS += ZIP_DEBUGINFO_FILES="$(ZIP_DEBUGINFO_FILES)"
    1.22 +endif
    1.23 +
    1.24  
    1.25  $(JDK_JAVA_EXE):: jdk-build
    1.26  

mercurial