Lines Matching refs:TZDIR
111 # "Compiled" timezone information is placed in the "TZDIR" directory
115 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME)
266 # -DSUPPRESS_TZDIR to not prepend TZDIR to file names; this has
464 ZIC_INSTALL= $(ZIC) -d '$(DESTDIR)$(TZDIR)' $(LEAPSECONDS)
647 cp -f $(TABDATA) '$(DESTDIR)$(TZDIR)/.'
705 '#ifndef TZDIR' \
706 '# define TZDIR "$(TZDIR)" /* TZif directory */' \
760 TZDIR='$(TZDIR)' \
777 # subdirectories of $(TZDIR). However, this led to configuration errors.
782 # Therefore, the other two directories are now siblings of $(TZDIR).
783 # You must replace all of $(TZDIR) to switch from not using leap seconds
786 rm -fr '$(DESTDIR)$(TZDIR)-leaps'
787 ln -s '$(TZDIR_BASENAME)' '$(DESTDIR)$(TZDIR)-leaps' || \
788 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-leaps' right_only
789 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only
792 rm -fr '$(DESTDIR)$(TZDIR)-posix'
793 ln -s '$(TZDIR_BASENAME)' '$(DESTDIR)$(TZDIR)-posix' || \
794 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only
795 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-leaps' right_only
850 -e s\''\(TZDIR\)=[^}]*'\''\1=\'\''$(TZDIR)\'\'\' \
1122 && $(MAKE) CFLAGS='$(GCC_DEBUG_FLAGS)' TZDIR='$(TZDIR)' ALL