aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-04-22 13:25:51 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-04-22 13:25:51 +0000
commit797c61aa2d7df2146401a61ff60db84299e9b014 (patch)
treee11149b08b6836f6a04b4b815bac3cba85db88d0
parent597dab0fa81d72598eb98cd6e3c27a7bc2e13f52 (diff)
downloadopenssl-797c61aa2d7df2146401a61ff60db84299e9b014.tar.gz
check correctness of errors before updating them so we don't get bogus errors added
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
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