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:
8d92311
)
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:37 +0000
(10:29 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit
a3b0d466930ec45bc3ddf4c9e853d73d37783f44
)
Configurations/unix-Makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/unix-Makefile.tmpl
b/Configurations/unix-Makefile.tmpl
index 6df1cce5a6aefa0864a936fff13d02e791dc45cf..2cc37cd25eb9ee279c94a67db3e808053983d0fb 100644
(file)
--- a/
Configurations/unix-Makefile.tmpl
+++ b/
Configurations/unix-Makefile.tmpl
@@
-582,7
+582,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