提交 614dd926 编写于 作者: D Dr. Stephen Henson

Remove debugging print.

Explicitly use LINKDIRS for fipsdist links.
上级 034688ec
...@@ -1126,7 +1126,6 @@ my $exp_cflags = ""; ...@@ -1126,7 +1126,6 @@ my $exp_cflags = "";
if ($fipscanisteronly == 2) if ($fipscanisteronly == 2)
{ {
print STDERR "ADDING FIPSSYM\n";
$exp_cflags .= " -DOPENSSL_FIPSSYMS"; $exp_cflags .= " -DOPENSSL_FIPSSYMS";
} }
......
...@@ -521,7 +521,7 @@ links: ...@@ -521,7 +521,7 @@ links:
@$(PERL) $(TOP)/util/mkdir-p.pl include/openssl @$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
@$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER) @$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
@set -e; dir=fips target=links; $(RECURSIVE_BUILD_CMD) @set -e; dir=fips target=links; $(RECURSIVE_BUILD_CMD)
@set -e; dir=crypto target=links; $(RECURSIVE_BUILD_CMD) @(cd crypto ; SDIRS='$(LINKDIRS)' $(MAKE) -e links)
gentests: gentests:
@(cd test && echo "generating dummy tests (if needed)..." && \ @(cd test && echo "generating dummy tests (if needed)..." && \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册