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:
c8c5cec
)
Copy rather than symlink the test data.
author
Ulf Möller
<ulf@openssl.org>
Sat, 22 Feb 2003 22:19:48 +0000
(22:19 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Sat, 22 Feb 2003 22:19:48 +0000
(22:19 +0000)
This is needed because Windows doesn't support symlinks.
The Cygwin/MinGW build now passes "make test".
crypto/evp/Makefile.ssl
patch
|
blob
|
history
diff --git
a/crypto/evp/Makefile.ssl
b/crypto/evp/Makefile.ssl
index 8fd8c718a4652b4ba1a3c28a9570a484863ffe68..0f82cf78df1310d5a0643ddcfd458a76296157a2 100644
(file)
--- a/
crypto/evp/Makefile.ssl
+++ b/
crypto/evp/Makefile.ssl
@@
-70,7
+70,7
@@
links:
@$(TOP)/util/point.sh Makefile.ssl Makefile
@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
- @$(PERL) $(TOP)/util/mklink.pl ../../test $(TESTDATA)
+ cp $(TESTDATA) ../../test
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
install: