make/Defs-internal.gmk

changeset 423
4d45c7117e23
parent 414
84ece503953e
child 483
4b54d77a6831
equal deleted inserted replaced
422:9a171072ff19 423:4d45c7117e23
1 # 1 #
2 # Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1995, 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
352 352
353 ifdef ANT_HOME 353 ifdef ANT_HOME
354 COMMON_BUILD_ARGUMENTS += ANT_HOME="$(ANT_HOME)" 354 COMMON_BUILD_ARGUMENTS += ANT_HOME="$(ANT_HOME)"
355 endif 355 endif
356 356
357 # When all repos support FULL_DEBUG_SYMBOLS and ZIP_DEBUGINFO_FILES,
358 # then these can be set here:
359 #ifdef FULL_DEBUG_SYMBOLS
360 # COMMON_BUILD_ARGUMENTS += FULL_DEBUG_SYMBOLS=$(FULL_DEBUG_SYMBOLS)
361 #endif
362 #
363 #ifdef ZIP_DEBUGINFO_FILES
364 # COMMON_BUILD_ARGUMENTS += ZIP_DEBUGINFO_FILES="$(ZIP_DEBUGINFO_FILES)"
365 #endif

mercurial