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

/macosx-10.9.5/ICU-511.35/
H A Dmakefile229 export TZDATA:=$(SDKROOTMOD)/usr/local/share/tz/$(shell readlink $(SDKROOTMOD)/usr/local/share/tz/latest_tzdata.tar.gz) macro
230 $(info # TZDATA=$(TZDATA))
627 TZDATA="$(TZDATA)" \
635 TZDATA="$(TZDATA)" \
643 TZDATA="$(TZDATA)" \
651 TZDATA
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/data/
H A DMakefile.in727 ifeq ($(TZDATA),)
728 TZDATA = $(firstword $(wildcard $(top_builddir)/tools/tzcode/tzdata*.tar.gz) $(wildcard $(top_srcdir)/tools/tzcode/tzdata*.tar.gz))
731 ifneq ($(TZDATA),)
739 @echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(TZDATA) is present.
743 $(ZONEINFO): $(TZDATA)

Completed in 99 milliseconds