make/Defs-internal.gmk

changeset 423
4d45c7117e23
parent 414
84ece503953e
child 483
4b54d77a6831
     1.1 --- a/make/Defs-internal.gmk	Fri Mar 30 16:51:57 2012 -0700
     1.2 +++ b/make/Defs-internal.gmk	Tue Apr 03 10:17:06 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 1995, 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 @@ -354,3 +354,12 @@
    1.11    COMMON_BUILD_ARGUMENTS += ANT_HOME="$(ANT_HOME)"
    1.12  endif
    1.13  
    1.14 +# When all repos support FULL_DEBUG_SYMBOLS and ZIP_DEBUGINFO_FILES,
    1.15 +# then these can be set here:
    1.16 +#ifdef FULL_DEBUG_SYMBOLS
    1.17 +#  COMMON_BUILD_ARGUMENTS += FULL_DEBUG_SYMBOLS=$(FULL_DEBUG_SYMBOLS)
    1.18 +#endif
    1.19 +#
    1.20 +#ifdef ZIP_DEBUGINFO_FILES
    1.21 +#  COMMON_BUILD_ARGUMENTS += ZIP_DEBUGINFO_FILES="$(ZIP_DEBUGINFO_FILES)"
    1.22 +#endif

mercurial