summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-04-22 13:25:41 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-04-22 13:25:41 +0000
commit85d179d4eb246f1c1da6b6db07d3aca03b4c08df (patch)
tree37ca06b3b030dd80cd6b99c738dff2523e889ee6 /Makefile.org
parent890f5ada826e583c3a248ca7e271c9536c50f229 (diff)
check correctness of errors before updating them so we don't get bogus errors added
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
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