OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CURR_SRCCODE_FULL_DIR
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/config/
mh-mingw
85
#
CURR_SRCCODE_FULL_DIR
=$(subst /,\\\\,$(shell pwd -W))#M# for MSYS
86
CURR_SRCCODE_FULL_DIR
=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
mh-os400
8
CURR_SRCCODE_FULL_DIR
=.
mh-cygwin-msvc
130
CURR_SRCCODE_FULL_DIR
=$(subst \,\\,$(shell cygpath -da .))#M#
/external/icu4c/test/letest/
Makefile.in
26
BUILDDIR := $(
CURR_SRCCODE_FULL_DIR
)/../../
/external/icu4c/
icudefs.mk
288
CURR_SRCCODE_FULL_DIR
?=$(shell pwd | sed 's/ /\\ /')
Completed in 139 milliseconds