X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=PROBLEMS;h=bf532d112b6f90420749e69bcf9f20bf9e55c287;hp=70e591a1d1fa470e5417654d9d7d8d6868725868;hb=229dc0ee31d25aa04a52e08df46483cc866a1336;hpb=fe5eb6707f231e9f5f9aa54d4d8723ec054410b0 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.