mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
check correctness of errors before updating them so we don't get bogus errors added
This commit is contained in:
parent
597dab0fa8
commit
797c61aa2d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user