From: Dr. Stephen Henson Date: Sun, 22 Apr 2012 13:25:41 +0000 (+0000) Subject: check correctness of errors before updating them so we don't get bogus errors added X-Git-Tag: OpenSSL_1_0_2-beta1~643 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85d179d4eb246f1c1da6b6db07d3aca03b4c08df;p=openssl 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