From 82987e6119403661c45f781a8b6748941c15ade6 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 12 Oct 2015 22:26:14 +0200 Subject: [PATCH] Harmonize do_rehash_rule with updated test/recipies/25-test_verify.t. Reviewed-by: Richard Levitte --- util/mk1mf.pl | 4 ++-- util/pl/VC-32.pl | 1 + util/pl/unix.pl | 3 ++- 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 } -- 2.34.1