From: Richard Levitte Date: Thu, 1 Aug 2002 21:34:24 +0000 (+0000) Subject: Don't try testing with parallell make, that will just fail. X-Git-Tag: OpenSSL_0_9_7-beta4~218^2~31 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e74e9c48de63992a4c32784e5064addf7630e30a;p=oweals%2Fopenssl.git Don't try testing with parallell make, that will just fail. PR: 175 --- diff --git a/PROBLEMS b/PROBLEMS index 70e591a1d1..bf532d112b 100644 --- a/PROBLEMS +++ b/PROBLEMS @@ -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.