check correctness of errors before updating them so we don't get bogus errors added

This commit is contained in:
Dr. Stephen Henson 2012-04-22 13:25:19 +00:00
parent e504a829a0
commit be60a3feaa

View File

@ -469,9 +469,9 @@ tags:
find . -name '[^.]*.[ch]' | xargs etags -a
errors:
$(PERL) util/ck_errf.pl -strict */*.c */*/*.c
$(PERL) util/mkerr.pl -recurse -write
(cd engines; $(MAKE) PERL=$(PERL) errors)
$(PERL) util/ck_errf.pl -strict */*.c */*/*.c
stacks:
$(PERL) util/mkstack.pl -write