Lines Matching refs:TZDIR
124 # "Compiled" timezone information is placed in the "TZDIR" directory
128 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME)
297 # -DOPENAT_TZDIR if tzset should use openat on TZDIR then a relative open.
312 # -DSUPPRESS_TZDIR to not prepend TZDIR to file names; this has
545 ZIC_INSTALL= $(ZIC) -d '$(DESTDIR)$(TZDIR)'
728 cp -f $(TABDATA) '$(DESTDIR)$(TZDIR)/.'
786 '#ifndef TZDIR' \
787 '# define TZDIR "$(TZDIR)" /* TZif directory */' \
840 TZDIR='$(TZDIR)' \
852 # subdirectories of $(TZDIR). However, this led to configuration errors.
857 # Therefore, the other two directories are now siblings of $(TZDIR).
858 # You must replace all of $(TZDIR) to switch from not using leap seconds
861 rm -fr '$(DESTDIR)$(TZDIR)-leaps'
862 ln -s '$(TZDIR_BASENAME)' '$(DESTDIR)$(TZDIR)-leaps' || \
863 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-leaps' right_only
864 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only
867 rm -fr '$(DESTDIR)$(TZDIR)-posix'
868 ln -s '$(TZDIR_BASENAME)' '$(DESTDIR)$(TZDIR)-posix' || \
869 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only
870 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-leaps' right_only
923 -e s\''\(TZDIR\)=[^}]*'\''\1=\'\''$(TZDIR)\'\'\' \
1210 && $(MAKE) CFLAGS='$(GCC_DEBUG_FLAGS)' TZDIR='$(TZDIR)' ALL