提交 894172f2 编写于 作者: B Ben Laurie

Only copy opensslconf.h at init time.

上级 c5f0b9bd
......@@ -455,6 +455,11 @@ for (;;)
}
close(IN);
# Remove opensslconf.h so it doesn't get updated if we configure a
# different branch.
$exheader =~ s/[^ ]+\/opensslconf.h//;
$header =~ s/[^ ]+\/opensslconf.h//;
if ($fips)
{
......@@ -756,6 +761,7 @@ $banner
# This needs to be invoked once, when the makefile is first constructed, or
# after cleaning.
init: \$(TMP_D) \$(LIB_D) \$(INC_D) \$(INCO_D) \$(BIN_D) \$(TEST_D) headers
\$(PERL) \$(SRC_D)/util/copy-if-different.pl "\$(SRC_D)/crypto/opensslconf.h" "\$(INCO_D)/opensslconf.h"
headers: \$(HEADER) \$(EXHEADER)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册