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 - 3
of
3
) sorted by null
/external/icu4c/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
128
CURR_FULL_DIR
=$(subst \,/,$(shell cygpath -da .))#M# -m isn't used because it doesn't work on Win98
/external/icu4c/data/
Makefile.in
42
CURDIR:=$(
CURR_FULL_DIR
)
[
all
...]
Completed in 518 milliseconds