diff options
author | Richard Levitte <levitte@openssl.org> | 2002-08-01 21:34:24 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-08-01 21:34:24 +0000 |
commit | e74e9c48de63992a4c32784e5064addf7630e30a (patch) | |
tree | d0b57d7c70ebc88f9392187712067c8e4a0df340 /PROBLEMS | |
parent | 179add2b077a3cb9e34e28b5bb3767c1125fc204 (diff) | |
download | openssl-new-e74e9c48de63992a4c32784e5064addf7630e30a.tar.gz |
Don't try testing with parallell make, that will just fail.
PR: 175
Diffstat (limited to 'PROBLEMS')
-rw-r--r-- | PROBLEMS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -38,3 +38,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. |