handled case where zone and rule both end. dealing with Tripoli recursion bug (ambiguous year in ezic_date:for_rule)

This commit is contained in:
aj
2010-11-13 03:25:50 -08:00
parent a7b0adcbce
commit 3f438e66e0
8 changed files with 185 additions and 108 deletions

View File

@@ -1,16 +1,19 @@
ERLC_WARNINGS := -W1
MNESIA_DIR := db
RUN_INIT := -run ezic_db init
DEBUG := +debug_info -Ddebug
DEBUG := -DNODEBUG
TEST :=
TZSET := northamerica
SHELL := /bin/bash
all : clean compile
nowarn : ERLC_WARNINGS = -W0
nowarn : clean compile
test : ERLC_WARNINGS := -W0
test : TEST := -DTEST
test : all
@@ -29,11 +32,8 @@ clean :
run :
erl -pa ebin -mnesia dir $(MNESIA_DIR) $(RUN_INIT)
build : DEBUG =
build : all
devstart : RUN_INIT := $(RUN_INIT) -s ezic dev_start
devstart : RUN_INIT := $(RUN_INIT) -s ezic dev_start -s erlang halt
devstart : all run
@@ -43,4 +43,7 @@ tzdata :
diff :
-git diff > /tmp/ezic.tmp.diff
emacs /tmp/ezic.tmp.diff
emacs /tmp/ezic.tmp.diff
debug : DEBUG := +debug_info -dNODEBUG