Reviewed-by: Richard Levitte <levitte@openssl.org>
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;
set OPENSSL=\$(BIN_D)${o}openssl.exe
set OPENSSL_DEBUG_MEMORY=on
\$(PERL) tools/c_rehash certs/demo
+ echo off > $target
EOF
return $ret
}
(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
}