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

/netbsd-current/external/public-domain/tz/dist/
H A DMakefile604 TZS= to$(TZS_YEAR).tzs macro
611 ENCHILADA = $(EIGHT_YARDS) $(TZS)
828 # If $(TZS) exists but 'make check_tzs' fails, a maintainer should inspect the
830 $(TZS):
834 cp $(TZS_NEW) $(TZS)
961 check_tzs: $(TZS) $(TZS_NEW)
962 if test -s $(TZS); then \
963 $(DIFF_TZS) $(TZS) $(TZS_NEW); \
965 cp $(TZS_NEW) $(TZS); \
1024 rm -f leapseconds version $(MANTXTS) $(TZS) *
[all...]
/netbsd-current/lib/libc/time/
H A DMakefile604 TZS= to$(TZS_YEAR).tzs macro
611 ENCHILADA = $(EIGHT_YARDS) $(TZS)
828 # If $(TZS) exists but 'make check_tzs' fails, a maintainer should inspect the
830 $(TZS):
834 cp $(TZS_NEW) $(TZS)
962 check_tzs: $(TZS) $(TZS_NEW)
963 if test -s $(TZS); then \
964 $(DIFF_TZS) $(TZS) $(TZS_NEW); \
966 cp $(TZS_NEW) $(TZS); \
1025 rm -f leapseconds version $(MANTXTS) $(TZS) *
[all...]

Completed in 96 milliseconds