Searched refs:FullPath (Results 1 - 14 of 14) sorted by relevance
/openjdk7/corba/make/common/shared/ |
H A D | Defs-windows.gmk | 79 # their own variable assigned with :=, then use FullPath. 82 # Use FullPath to get C:/ style non-spaces path. Never ends with a /! 87 define FullPath 95 define FullPath 118 fxALT_UNIXCOMMAND_PATH :=$(call FullPath,$(xALT_UNIXCOMMAND_PATH)) 126 _rootdir :=$(call FullPath,$(xROOTDIR)) 129 _rootdir :=$(call FullPath,$(xROOTDIR)) 150 # At this point, we can re-define FullPath to use DOSNAME_CMD 164 define FullPath 174 # Process Windows values into FullPath value [all...] |
H A D | Defs-bsd.gmk | 46 # FullPath just makes sure it never ends with a / and no duplicates 47 define FullPath 118 BUILD_JDK_IMPORT_PATH :=$(call FullPath,$(ALT_BUILD_JDK_IMPORT_PATH)) 126 JDK_IMPORT_PATH :=$(call FullPath,$(ALT_JDK_IMPORT_PATH))
|
H A D | Defs-linux.gmk | 46 # FullPath just makes sure it never ends with a / and no duplicates 47 define FullPath 118 BUILD_JDK_IMPORT_PATH :=$(call FullPath,$(ALT_BUILD_JDK_IMPORT_PATH)) 126 JDK_IMPORT_PATH :=$(call FullPath,$(ALT_JDK_IMPORT_PATH))
|
H A D | Defs-solaris.gmk | 46 # FullPath just makes sure it never ends with a / and no duplicates 47 define FullPath 114 BUILD_JDK_IMPORT_PATH :=$(call FullPath,$(ALT_BUILD_JDK_IMPORT_PATH)) 122 JDK_IMPORT_PATH :=$(call FullPath,$(ALT_JDK_IMPORT_PATH))
|
H A D | Defs.gmk | 282 LANGTOOLS_DIST :=$(call FullPath,$(ALT_LANGTOOLS_DIST)) 324 ABS_OUTPUTDIR:=$(call FullPath,$(OUTPUTDIR))
|
/openjdk7/jdk/make/common/shared/ |
H A D | Defs-linux.gmk | 46 # FullPath just makes sure it never ends with a / and no duplicates 47 define FullPath 153 BUILD_JDK_IMPORT_PATH :=$(call FullPath,$(ALT_BUILD_JDK_IMPORT_PATH)) 161 JDK_IMPORT_PATH :=$(call FullPath,$(ALT_JDK_IMPORT_PATH)) 169 HOTSPOT_IMPORT_PATH :=$(call FullPath,$(ALT_HOTSPOT_IMPORT_PATH)) 178 HOTSPOT_CLIENT_PATH :=$(call FullPath,$(ALT_HOTSPOT_CLIENT_PATH)) 187 HOTSPOT_SERVER_PATH :=$(call FullPath,$(ALT_HOTSPOT_SERVER_PATH))
|
H A D | Defs-macosx.gmk | 46 # FullPath just makes sure it never ends with a / and no duplicates 47 define FullPath 157 BUILD_JDK_IMPORT_PATH :=$(call FullPath,$(ALT_BUILD_JDK_IMPORT_PATH)) 165 JDK_IMPORT_PATH :=$(call FullPath,$(ALT_JDK_IMPORT_PATH)) 173 HOTSPOT_IMPORT_PATH :=$(call FullPath,$(ALT_HOTSPOT_IMPORT_PATH)) 182 HOTSPOT_CLIENT_PATH :=$(call FullPath,$(ALT_HOTSPOT_CLIENT_PATH)) 191 HOTSPOT_SERVER_PATH :=$(call FullPath,$(ALT_HOTSPOT_SERVER_PATH))
|
H A D | Defs-solaris.gmk | 46 # FullPath just makes sure it never ends with a / and no duplicates 47 define FullPath 154 BUILD_JDK_IMPORT_PATH :=$(call FullPath,$(ALT_BUILD_JDK_IMPORT_PATH)) 162 JDK_IMPORT_PATH :=$(call FullPath,$(ALT_JDK_IMPORT_PATH)) 170 HOTSPOT_IMPORT_PATH :=$(call FullPath,$(ALT_HOTSPOT_IMPORT_PATH)) 179 HOTSPOT_CLIENT_PATH :=$(call FullPath,$(ALT_HOTSPOT_CLIENT_PATH)) 188 HOTSPOT_SERVER_PATH :=$(call FullPath,$(ALT_HOTSPOT_SERVER_PATH))
|
H A D | Defs.gmk | 389 # On other hand this must be included early as it provides platform specific defines such as FullPath 397 LANGTOOLS_DIST :=$(call FullPath,$(ALT_LANGTOOLS_DIST)) 402 CORBA_DIST :=$(call FullPath,$(ALT_CORBA_DIST)) 407 JAXP_DIST :=$(call FullPath,$(ALT_JAXP_DIST)) 412 JAXWS_DIST :=$(call FullPath,$(ALT_JAXWS_DIST)) 419 HOTSPOT_DOCS_IMPORT_PATH :=$(call FullPath,$(ALT_HOTSPOT_DOCS_IMPORT_PATH)) 449 PREVIOUS_RELEASE_IMAGE :=$(call FullPath,$(ALT_PREVIOUS_RELEASE_IMAGE)) 545 #Could not define this at the same time as _OUTPUTDIRNAME as FullPath is not defined at that point 546 ABS_BUILD_PARENT_DIRECTORY:=$(call FullPath,$(BUILD_PARENT_DIRECTORY)) 549 ABS_OUTPUTDIR:=$(call FullPath, [all...] |
H A D | Defs-windows.gmk | 85 # their own variable assigned with :=, then use FullPath. 105 # Use FullPath to get C:/ style non-spaces path. Never ends with a /! 108 define FullPath 116 define FullPath 136 # With cygwin, just use this as is don't use FullPath on it. 142 fxALT_UNIXCOMMAND_PATH :=$(call FullPath,$(xALT_UNIXCOMMAND_PATH)) 151 _rootdir :=$(call FullPath,$(xROOTDIR)) 154 _rootdir :=$(call FullPath,$(xROOTDIR)) 167 # At this point, we can re-define FullPath to use DOSNAME_CMD 181 define FullPath [all...] |
/openjdk7/langtools/make/ |
H A D | Makefile | 38 # Need FullPath because we can't rely on gnumake abspath, until we use v3.81 56 define FullPath macro 60 define FullPath macro 162 ABS_OUTPUTDIR = $(call FullPath,$(OUTPUTDIR))
|
/openjdk7/corba/make/ |
H A D | Makefile | 59 ABS_OUTPUTDIR = $(call FullPath,$(OUTPUTDIR))
|
/openjdk7/jdk/make/java/redist/ |
H A D | Makefile | 75 ABS_BUILDDIR :=$(call FullPath,$(BUILDDIR))
|
/openjdk7/jdk/make/common/ |
H A D | Release.gmk | 1005 ABS_DB_PATH :=$(call FullPath,$(CLOSED_SHARE_SRC)/db)
|
Completed in 40 milliseconds