summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2015-10-12 22:26:14 +0200
committerAndy Polyakov <appro@openssl.org>2015-10-13 19:48:15 +0200
commit82987e6119403661c45f781a8b6748941c15ade6 (patch)
tree9f4e1bca9caaab06ba996087d88f7d1b5cd2af9e /util
parent85833408b4fb6e109cb05bf8dbe9cdb6bd8f280d (diff)
Harmonize do_rehash_rule with updated test/recipies/25-test_verify.t.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl4
-rw-r--r--util/pl/VC-32.pl1
-rw-r--r--util/pl/unix.pl3
3 files changed, 5 insertions, 3 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 9d8a47df4b..491a1bb276 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -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;
diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl
index a2d35c6eea..8cb4835180 100644
--- a/util/pl/VC-32.pl
+++ b/util/pl/VC-32.pl
@@ -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
}
diff --git a/util/pl/unix.pl b/util/pl/unix.pl
index 528d4d0e4f..c1fa1ffb88 100644
--- a/util/pl/unix.pl
+++ b/util/pl/unix.pl
@@ -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
}