[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Race condition on make?
From: |
Eli Zaretskii |
Subject: |
Re: Race condition on make? |
Date: |
Tue, 15 Nov 2022 15:49:13 +0200 |
> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Tue, 15 Nov 2022 05:23:56 +0100
> Cc: emacs-devel@gnu.org
>
> I see the output of several parallel instances of make (run with a single
> "make -j4") intermixed.
That's because 4 programs are writing at the same time to the same
device. The OS in most cases succeeds in separating the outputs, but
that is not guaranteed.