summaryrefslogtreecommitdiff
path: root/src/timezone/Makefile
diff options
context:
space:
mode:
authorTom Lane2021-01-24 21:29:47 +0000
committerTom Lane2021-01-24 21:29:47 +0000
commit58a545344147c870845adccc284443f990a43b65 (patch)
tree2ceb53e2987aea3beb128da86f67db8459916dcd /src/timezone/Makefile
parent8fe8a5539ec76ec1105e827dc217fb7fb8a03f3d (diff)
Update time zone data files to tzdata release 2021a.
DST law changes in Russia (Volgograd zone) and South Sudan. Historical corrections for Australia, Bahamas, Belize, Bermuda, Ghana, Israel, Kenya, Nigeria, Palestine, Seychelles, and Vanuatu. Notably, the Australia/Currie zone has been corrected to the point where it is identical to Australia/Hobart.
Diffstat (limited to 'src/timezone/Makefile')
-rw-r--r--src/timezone/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/timezone/Makefile b/src/timezone/Makefile
index 2b5d8ecbef8..fbbaae4cc57 100644
--- a/src/timezone/Makefile
+++ b/src/timezone/Makefile
@@ -60,9 +60,10 @@ ifeq (,$(with_system_tzdata))
endif
$(MAKE) -C tznames $@
+# Note: -P code currently depends on '-b fat'. Not worth fixing right now.
abbrevs.txt: zic $(TZDATAFILES)
mkdir junkdir
- $(ZIC) -P -d junkdir $(TZDATAFILES) | LANG=C sort | uniq >abbrevs.txt
+ $(ZIC) -P -b fat -d junkdir $(TZDATAFILES) | LANG=C sort | uniq >abbrevs.txt
rm -rf junkdir
installdirs: