Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-08-02 15:38:07 +0400
committerBodo Möller <bodo@openssl.org>2002-08-02 15:38:07 +0400
commit1ce60f02d398b6f13b72c07daf0edc36a87eb6cf (patch)
treef37ba55682185c32a6fd9f14e442f1042eeb2d33 /PROBLEMS
parentbb34d6de74b24026c7e7e3c8400bd8d77679d899 (diff)
merge in changes in OpenSSL_0_9_6-stable (conflicts resolved)
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS8
1 files changed, 8 insertions, 0 deletions
diff --git a/PROBLEMS b/PROBLEMS
index f072449fec..7e6af8ad4d 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -32,3 +32,11 @@ may differ on your machine.
As long as Apple doesn't fix the problem with ld, this problem building
OpenSSL will remain as is.
+
+* Parallell make leads to errors
+
+While running tests, running a parallell make is a bad idea. Many test
+scripts use the same name for output and input files, which means different
+will interfere with each other and lead to test failure.
+
+The solution is simple for now: don't run parallell make when testing.