check correctness of errors before updating them so we don't get bogus errors added
authorDr. Stephen Henson <steve@openssl.org>
Sun, 22 Apr 2012 13:25:51 +0000 (13:25 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 22 Apr 2012 13:25:51 +0000 (13:25 +0000)
Makefile.org

index 15a8f5cba0aea94408e94d494f1b3f9fee9ccb04..e8e235ddc1f035ec5088f65dd58bde048153ff3f 100644 (file)
@@ -565,9 +565,9 @@ tags:
        find . -name '[^.]*.[ch]' | xargs etags -a
 
 errors:
        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/mkerr.pl -recurse -write
        (cd engines; $(MAKE) PERL=$(PERL) errors)
-       $(PERL) util/ck_errf.pl -strict */*.c */*/*.c
 
 stacks:
        $(PERL) util/mkstack.pl -write
 
 stacks:
        $(PERL) util/mkstack.pl -write