提交 31ba0e17 编写于 作者: R Rich Salz 提交者: Rich Salz

Fix mk1mf build

Removing certs broke the mk1mf build.
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 412bafdc
......@@ -806,7 +806,7 @@ reallyclean:
EOF
$rules .= &do_rehash_rule("rehash.time", "certs/demo apps tools");
$rules .= &do_rehash_rule("rehash.time", "apps tools");
$rules .= &do_test_rule("test", "rehash.time", "run_tests.pl");
$rules .= <<"EOF";
......
......@@ -99,9 +99,6 @@ sub do_rehash_rule {
my ($target, $deps) = @_;
my $ret = <<"EOF";
$target: $deps
set OPENSSL=\$(BIN_D)${o}openssl.exe
set OPENSSL_DEBUG_MEMORY=on
\$(PERL) \$(BIN_D)${o}c_rehash certs/demo
echo off > $target
EOF
return $ret
......
......@@ -305,9 +305,6 @@ sub do_rehash_rule {
my ($target, $deps) = @_;
my $ret = <<"EOF";
$target: $deps
set OPENSSL=\$(BIN_D)${o}openssl.exe
set OPENSSL_DEBUG_MEMORY=on
\$(PERL) \$(BIN_D)${o}c_rehash certs/demo
echo off > $target
EOF
return $ret
......
......@@ -190,11 +190,7 @@ sub do_rehash_rule {
my ($target, $deps) = @_;
my $ret = <<"EOF";
$target: $deps
(OPENSSL="`pwd`/util/opensslwrap.sh"; \\
OPENSSL_DEBUG_MEMORY=on; \\
export OPENSSL OPENSSL_DEBUG_MEMORY; \\
\$(PERL) \$(BIN_D)${o}c_rehash certs/demo; \\
touch $target)
touch $target
EOF
return $ret
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册