[openssl] master update
Richard Levitte
levitte at openssl.org
Wed Aug 25 12:43:34 UTC 2021
The branch master has been updated
via 33a62d448c95c01a5bff7be8a00bf95b6a6a6f37 (commit)
from 8b4e9c5265ffd3457ad37133502a9d8a4e8daccd (commit)
- Log -----------------------------------------------------------------
commit 33a62d448c95c01a5bff7be8a00bf95b6a6a6f37
Author: Richard Levitte <levitte at openssl.org>
Date: Mon Aug 23 14:12:28 2021 +0200
VMS: Correct faulty source directory specification
$(SRCDIR)/doc doesn't work right on VMS.
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16395)
-----------------------------------------------------------------------
Summary of changes:
Configurations/descrip.mms.tmpl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl
index 3ffd387903..2d17ddebfd 100644
--- a/Configurations/descrip.mms.tmpl
+++ b/Configurations/descrip.mms.tmpl
@@ -886,9 +886,10 @@ EOF
my $title = basename($args{src}, ".html");
my $pod = $gen0;
my $mkpod2html = sourcefile('util', 'mkpod2html.pl');
+ my $srcdoc = sourcedir('doc');
return <<"EOF";
$args{src} : $pod
- \$(PERL) $mkpod2html -i $pod -o \$\@ -t "$title" -r "\$(SRCDIR)/doc"
+ \$(PERL) $mkpod2html -i $pod -o \$\@ -t "$title" -r "$srcdoc"
EOF
} elsif ($args{src} =~ /\.(\d)$/) {
#
More information about the openssl-commits
mailing list