Searched refs:ICU_BUILD_Z1 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ICU-511.35/
H A Dmakefile314 ICU_BUILD_Z1 := $(shell echo $(RC_ProjectSourceVersion) | sed -r -e 's/([0-9]+)(\.([0-9]{1,2})(\.([0-9])([0-9])?)?)?/\5/') macro
318 ICU_BUILD_Z1 := $(shell echo $(RC_ProjectSourceVersion) | sed -E -e 's/([0-9]+)(\.([0-9]{1,2})(\.([0-9])([0-9])?)?)?/\5/') macro
325 ifeq "$(ICU_BUILD_Z1)" ""
331 ICU_BUILD := $(subst c,$(ICU_BUILD_Z1),$(ICU_BUILD))
333 ICU_BUILD := $(subst b,$(ICU_BUILD_Z1),$(ICU_BUILD))

Completed in 208 milliseconds