projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e183d2
)
Handle find-doc-nits script rename
author
Rich Salz
<rsalz@openssl.org>
Sat, 11 Mar 2017 15:28:45 +0000
(10:28 -0500)
committer
Rich Salz
<rsalz@openssl.org>
Sat, 11 Mar 2017 15:29:09 +0000
(10:29 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Configurations/unix-Makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/unix-Makefile.tmpl
b/Configurations/unix-Makefile.tmpl
index 26858d42f0c9bf9ae1d7704e9e8587ee4514168e..0070fbfc63c2270bb2430e97f162a1d8c9107b8f 100644
(file)
--- a/
Configurations/unix-Makefile.tmpl
+++ b/
Configurations/unix-Makefile.tmpl
@@
-596,7
+596,7
@@
generate: generate_apps generate_crypto_bn generate_crypto_objects \
generate_crypto_conf generate_crypto_asn1
doc-nits:
- (cd $(SRCDIR); $(PERL) util/find-doc-nits
.pl
-n ) >doc-nits
+ (cd $(SRCDIR); $(PERL) util/find-doc-nits -n ) >doc-nits
if [ -s doc-nits ] ; then cat doc-nits; rm doc-nits ; exit 1; fi
# Test coverage is a good idea for the future