Home
last modified time | relevance | path

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

/third_party/icu/tools/release/java/
H A DMakefile39 ifeq ($(OLD_ICU_BUILD),)
40 OLD_ICU_BUILD:=$(OLD_ICU)/source macro
45 # auto "build" the "old" icu into OLD_ICU_BUILD
47 mkdir -p $(OLD_ICU_BUILD)/
48 ( cd $(OLD_ICU_BUILD)/ && $(OLD_ICU)/source/configure )
50 # auto "build" the "old" icu into OLD_ICU_BUILD
56 mkdir -p $(OLD_ICU_BUILD)/
57 ( cd $(OLD_ICU_BUILD)/ && ./configure )
59 # auto "build" the "old" icu into OLD_ICU_BUILD
75 .PRECIOUS: $(TARGET) $(OLD_ICU_BUILD)/
[all...]

Completed in 1 milliseconds