Lines Matching refs:icu
11 # You must checkout ICU4C at the `/icu` or `/icu/icu4c` level - not just `…/source`
20 DISTY_ICU=$(DISTY_TMP)/icu
26 DOCZIP=icu-docs.zip
65 @echo Export icu4c@$(GITVER) to "$(DISTY_TMP)/icu"
68 ( cd $(ICU4CTOP)/.. && git archive --format=tar --prefix=icu/ HEAD:icu4c/ ) | ( cd "$(DISTY_TMP)" && tar xf - )
69 ( cd $(DISTY_TMP)/icu/source ; zip -rlq $(DISTY_DATA_ZIP) data )
74 ( cd $(DISTY_TMP)/icu ; python as_is/bomlist.py > as_is/bomlist.txt || rm -f as_is/bomlist.txt )
75 ( cd $(DISTY_TMP) ; tar cfpz $(DISTY_FILE_TGZ) icu )
76 ( cd $(DISTY_TMP) ; zip -rlq $(DISTY_FILE_ZIP) icu )
97 @(cd $(DISTY_CHECK) && tar xfpz $(DISTY_FILE_TGZ) && cd icu/source && $(SHELL) ./configure $(DISTCHECK_CONFIG_OPTIONS) && $(MAKE) check $(DISTCHECK_MAKE_OPTIONS) ) && (echo "!!! PASS: $(DISTY_FILE_TGZ)" )