OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CURR_FULL_DIR
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/icu/source/config/
mh-mingw
74
#
CURR_FULL_DIR
=$(shell pwd -W)#M# for MSYS
75
CURR_FULL_DIR
=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
mh-cygwin-msvc
129
CURR_FULL_DIR
=$(subst \,/,$(shell cygpath -da .))#M# -m isn't used because it doesn't work on Win98
/external/icu/icu4c/source/config/
mh-mingw
85
#
CURR_FULL_DIR
=$(shell pwd -W)#M# for MSYS
86
CURR_FULL_DIR
?=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
mh-mingw64
85
#
CURR_FULL_DIR
=$(shell pwd -W)#M# for MSYS
86
CURR_FULL_DIR
?=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
mh-os400
7
CURR_FULL_DIR
=.
mh-cygwin-msvc
128
CURR_FULL_DIR
?=$(subst \,/,$(shell cygpath -da .))#M# -m isn't used because it doesn't work on Win98
/external/icu/icu4c/source/
icudefs.mk
286
CURR_FULL_DIR
?=$(shell pwd | sed 's/ /\\ /g')
/external/chromium_org/third_party/icu/source/data/
Makefile.in
42
CURDIR:=$(
CURR_FULL_DIR
)
[
all
...]
/external/icu/icu4c/source/data/
Makefile.in
42
CURDIR:=$(
CURR_FULL_DIR
)
[
all
...]
Completed in 66 milliseconds