Re: Gnu make option to fix parallel multiple ar on a shared archive

2024-08-11 Thread Kaz Kylheku
On 2024-08-10 22:37, Philip Guenther wrote: > I think the correctness concern is that this provides mutual exclusion > for ar only. Other programs may be reading the .a, including make > itself. If your system's ar does atomic updates (write new temp file, > rename over existing .a) then the read

Re: Gnu make option to fix parallel multiple ar on a shared archive

2024-08-11 Thread Philip Guenther
On Sun, Aug 11, 2024 at 11:31 AM Kaz Kylheku wrote: > > On 2024-08-10 22:37, Philip Guenther wrote: > > I think the correctness concern is that this provides mutual exclusion > > for ar only. Other programs may be reading the .a, including make > > itself. If your system's ar does atomic updates