Commit 82987e61 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

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

parent 85833408
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
+1 −0
Original line number Diff line number Diff line
@@ -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
}
+2 −1
Original line number Diff line number Diff line
@@ -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
}