projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21925f8
)
Don't try testing with parallell make, that will just fail.
author
Richard Levitte
<levitte@openssl.org>
Thu, 1 Aug 2002 21:34:56 +0000
(21:34 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 1 Aug 2002 21:34:56 +0000
(21:34 +0000)
PR: 175
PROBLEMS
patch
|
blob
|
history
diff --git
a/PROBLEMS
b/PROBLEMS
index f072449feca8c77565299c1c1522a018e9eedb62..7e6af8ad4d8756e0541ba3a2c056ed2ee32d0079 100644
(file)
--- 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.