Skip to content

Commit

Permalink
Enable full PACKRATDATA for timestamp backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
stub42 committed Aug 11, 2022
1 parent fbe098e commit be677ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -142,7 +142,7 @@ upload_docs_pythonhosted: docs
touch $@

.stamp-zoneinfo:
${MAKE} -C ${IANA} ZFLAGS='-b fat' TOPDIR=`pwd`/build USRDIR= USRSHAREDIR=etc install
${MAKE} -C ${IANA} ZFLAGS='-b fat' PACKRATDATA=backzone TOPDIR=`pwd`/build USRDIR= USRSHAREDIR=etc install
# Break hard links, working around http://bugs.python.org/issue8876.
for d in zoneinfo zoneinfo-leaps zoneinfo-posix; do \
rm -rf `pwd`/build/etc/$$d.tmp; \
Expand Down

0 comments on commit be677ab

Please sign in to comment.