When you select make OLDTIMEZONES=1 then you need a few added directories

to be made or the command fails

Sponsored by:	panzura
This commit is contained in:
Julian Elischer 2016-11-15 06:37:44 +00:00
parent 0323f4e177
commit 06723a8e57

View File

@ -67,6 +67,10 @@ TZBUILDSUBDIRS= \
Pacific \
SystemV
.if defined(OLDTIMEZONES)
TZBUILDSUBDIRS+= US Mexico Chile Canada Brazil
.endif
.if !defined(_SKIP_BUILD)
all: zoneinfo
.endif