提交 199e92bb 编写于 作者: D Dr. Stephen Henson

Use more portable options when making links in Makefile.fips

上级 30ff3278
......@@ -522,8 +522,8 @@ files:
links:
@$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
@$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
$(BUILDENV) $(MAKE) -C fips links
$(BUILDENV) SDIRS='$(LINKDIRS)' $(MAKE) -C crypto links
@set -e; dir=fips target=links; $(RECURSIVE_BUILD_CMD)
@set -e; dir=crypto target=links; $(RECURSIVE_BUILD_CMD)
gentests:
@(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.
先完成此消息的编辑!
想要评论请 注册