From: Dr. Stephen Henson Date: Sun, 22 Apr 2012 13:25:51 +0000 (+0000) Subject: check correctness of errors before updating them so we don't get bogus errors added X-Git-Tag: master-post-reformat~1848 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=797c61aa2d7df2146401a61ff60db84299e9b014;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 15a8f5cba0..e8e235ddc1 100644 --- a/Makefile.org +++ b/Makefile.org @@ -565,9 +565,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