Only copy opensslconf.h at init time.
This commit is contained in:
parent
c90c694bc4
commit
3435ef467f
@ -404,6 +404,11 @@ for (;;)
|
|||||||
}
|
}
|
||||||
close(IN);
|
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 ($shlib)
|
if ($shlib)
|
||||||
{
|
{
|
||||||
$extra_install= <<"EOF";
|
$extra_install= <<"EOF";
|
||||||
@ -581,6 +586,7 @@ $banner
|
|||||||
# This needs to be invoked once, when the makefile is first constructed, or
|
# This needs to be invoked once, when the makefile is first constructed, or
|
||||||
# after cleaning.
|
# after cleaning.
|
||||||
init: \$(TMP_D) \$(LIB_D) \$(INC_D) \$(INCO_D) \$(BIN_D) \$(TEST_D) headers
|
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)
|
headers: \$(HEADER) \$(EXHEADER)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user