OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TZDATA
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/data/
Makefile
547
# if the tzcode directory contains a new
tzdata
*.tar.gz file, use it for zoneinfo.txt
548
TZDATA
= $(firstword $(wildcard $(top_builddir)/tools/tzcode/
tzdata
*.tar.gz) $(wildcard $(top_srcdir)/tools/tzcode/
tzdata
*.tar.gz))
550
ifneq ($(
TZDATA
),)
558
@echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(
TZDATA
) is present.
562
$(ZONEINFO): $(
TZDATA
)
Makefile.in
711
# if the tzcode directory contains a new
tzdata
*.tar.gz file, use it for zoneinfo
712
ifeq ($(
TZDATA
),)
713
TZDATA
= $(firstword $(wildcard $(top_builddir)/tools/tzcode/
tzdata
*.tar.gz) $(wildcard $(top_srcdir)/tools/tzcode/
tzdata
*.tar.gz))
716
ifneq ($(
TZDATA
),)
724
@echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(
TZDATA
) is present.
728
$(ZONEINFO): $(
TZDATA
)
[
all
...]
Completed in 147 milliseconds