Make a few smaller changes to the db generation. Still not properly functional
This commit is contained in:
parent
95c44085d9
commit
b97f2432ce
2 changed files with 5 additions and 2 deletions
|
@ -3,7 +3,7 @@ TZ_FILES=$(addprefix $(TZDIR)/, africa antarctica asia australasia backward etce
|
|||
|
||||
tzout: DATE := $(shell date +%F)
|
||||
tzout: $(TZ_FILES)
|
||||
TZ_VERSION=`perl -n -e 'm/^VERSION\s*=\s*(\S+)/ and print $$1;' $(TZDIR)/Makefile`; \
|
||||
TZ_VERSION=`cat $(TZDIR)/version`; \
|
||||
./tz-erl --version $$TZ_VERSION --date $(DATE) -o $@ $^
|
||||
|
||||
$(TZ_FILES): $(TZDIR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue