From: Dr. Stephen Henson Date: Sun, 22 Apr 2012 13:25:19 +0000 (+0000) Subject: check correctness of errors before updating them so we don't get bogus errors added X-Git-Tag: OpenSSL_1_0_1b~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=be60a3feaa2b570a619488e3a5ad9788757a4214;p=oweals%2Fopenssl.git check correctness of errors before updating them so we don't get bogus errors added --- diff --git a/Makefile.org b/Makefile.org index 893801f6f6..55273ea364 100644 --- a/Makefile.org +++ b/Makefile.org @@ -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