Skip to content

Commit

Permalink
Merge branch 'adb-7.1.0' into ADBDEV-5423
Browse files Browse the repository at this point in the history
  • Loading branch information
andr-sokolov committed Jul 1, 2024
2 parents bc2c8ab + 46dc8aa commit c6b8486
Show file tree
Hide file tree
Showing 5 changed files with 2,269 additions and 2,413 deletions.
3 changes: 2 additions & 1 deletion src/timezone/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,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 -p '$(POSIXRULES)' $(TZDATAFILES) | LANG=C sort | uniq >abbrevs.txt
$(ZIC) -P -b fat -d junkdir -p '$(POSIXRULES)' $(TZDATAFILES) | LANG=C sort | uniq >abbrevs.txt
rm -rf junkdir

installdirs:
Expand Down
Loading

0 comments on commit c6b8486

Please sign in to comment.