projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30ff327
)
Use more portable options when making links in Makefile.fips
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 23 Feb 2011 16:06:07 +0000
(16:06 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 23 Feb 2011 16:06:07 +0000
(16:06 +0000)
Makefile.fips
patch
|
blob
|
history
diff --git
a/Makefile.fips
b/Makefile.fips
index 245b5922dd456bc7f8c5bb6bb0c9a8b69cf713b3..8a26206e5cf4e48180ea3903317617d44c539e77 100644
(file)
--- a/
Makefile.fips
+++ b/
Makefile.fips
@@
-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)..." && \