aboutsummaryrefslogtreecommitdiffstats
path: root/util/pl
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/pl
parent85833408b4fb6e109cb05bf8dbe9cdb6bd8f280d (diff)
downloadopenssl-82987e6119403661c45f781a8b6748941c15ade6.tar.gz
Harmonize do_rehash_rule with updated test/recipies/25-test_verify.t.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'util/pl')
-rw-r--r--util/pl/VC-32.pl1
-rw-r--r--util/pl/unix.pl3
2 files changed, 3 insertions, 1 deletions
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
}