Harmonize do_rehash_rule with updated test/recipies/25-test_verify.t.

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Andy Polyakov 2015-10-12 22:26:14 +02:00
parent 85833408b4
commit 82987e6119
3 changed files with 5 additions and 3 deletions

View File

@ -779,8 +779,8 @@ reallyclean:
EOF
$rules .= &do_rehash_rule("rehash", "certs apps");
$rules .= &do_test_rule("test", "rehash", "run_tests.pl");
$rules .= &do_rehash_rule("rehash.time", "certs apps");
$rules .= &do_test_rule("test", "rehash.time", "run_tests.pl");
my $platform_cpp_symbol = "MK1MF_PLATFORM_$platform";
$platform_cpp_symbol =~ s/-/_/g;

View File

@ -307,6 +307,7 @@ $target: $deps
set OPENSSL=\$(BIN_D)${o}openssl.exe
set OPENSSL_DEBUG_MEMORY=on
\$(PERL) tools/c_rehash certs/demo
echo off > $target
EOF
return $ret
}

View File

@ -193,7 +193,8 @@ $target: $deps
(OPENSSL="`pwd`/util/opensslwrap.sh"; \\
OPENSSL_DEBUG_MEMORY=on; \\
export OPENSSL OPENSSL_DEBUG_MEMORY; \\
\$(PERL) tools/c_rehash certs/demo)
\$(PERL) tools/c_rehash certs/demo; \\
touch $target)
EOF
return $ret
}