Re: Make run in parallel mode with output redirected to a regular file can randomly drop output lines

2013-05-27 Thread Eli Zaretskii
Date: Mon, 27 May 2013 00:42:34 +0200 From: Frank Heckenbach f.heckenb...@fh-soft.de Cc: bug-make@gnu.org One issue, though it might seem strange that I'm the one to mention it, is that it might be POSIX specific. How do other systems behave, can they set O_APPEND via fcntl or otherwise

Re: Make run in parallel mode with output redirected to a regular file can randomly drop output lines

2013-05-27 Thread Paul Smith
On Mon, 2013-05-27 at 20:13 +0300, Eli Zaretskii wrote: and if so, does it guarantee non-conflicting writes? Not sure I understand what you are asking here. Can you elaborate? The original issue reported is that if you do something like this: make -j make.out and your make environment