aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-01 21:34:56 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-01 21:34:56 +0000
commitc2b365cbccf4e90fd4b411e6d4e3fa926d3fb86f (patch)
tree39de853b3db384b1399ea7533962c6b284e4dd86
parent21925f8435db952b1dad280cd8cb17c0ef9c93c1 (diff)
downloadopenssl-c2b365cbccf4e90fd4b411e6d4e3fa926d3fb86f.tar.gz
Don't try testing with parallell make, that will just fail.
PR: 175
-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.