make/common/shared/Defs-linux.gmk

changeset 194
0f60cf26c5b5
parent 158
91006f157c46
child 240
f90b3e014e83
equal deleted inserted replaced
185:519daea48888 194:0f60cf26c5b5
92 JDK_DEVTOOLS_DIR =$(ALT_JDK_DEVTOOLS_DIR) 92 JDK_DEVTOOLS_DIR =$(ALT_JDK_DEVTOOLS_DIR)
93 else 93 else
94 JDK_DEVTOOLS_DIR =$(SLASH_JAVA)/devtools 94 JDK_DEVTOOLS_DIR =$(SLASH_JAVA)/devtools
95 endif 95 endif
96 96
97 # COMPILER_PATH: path to where the compiler and tools are installed.
98 # NOTE: Must end with / so that it could be empty, allowing PATH usage.
99 ifneq "$(origin ALT_COMPILER_PATH)" "undefined"
100 COMPILER_PATH :=$(call PrefixPath,$(ALT_COMPILER_PATH))
101 else
102 COMPILER_PATH =/usr/bin/
103 endif
104
105 # DEVTOOLS_PATH: for other tools required for building (such as zip, etc.) 97 # DEVTOOLS_PATH: for other tools required for building (such as zip, etc.)
106 # NOTE: Must end with / so that it could be empty, allowing PATH usage. 98 # NOTE: Must end with / so that it could be empty, allowing PATH usage.
107 ifneq "$(origin ALT_DEVTOOLS_PATH)" "undefined" 99 ifneq "$(origin ALT_DEVTOOLS_PATH)" "undefined"
108 DEVTOOLS_PATH :=$(call PrefixPath,$(ALT_DEVTOOLS_PATH)) 100 DEVTOOLS_PATH :=$(call PrefixPath,$(ALT_DEVTOOLS_PATH))
109 else 101 else

mercurial