mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Use more portable options when making links in Makefile.fips
This commit is contained in:
parent
30ff3278ae
commit
199e92bb57
@ -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)..." && \
|
||||
|
Loading…
Reference in New Issue
Block a user