help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GMAKE 3.81 vs GMAKE 4.2


From: Paul Smith
Subject: Re: GMAKE 3.81 vs GMAKE 4.2
Date: Sun, 22 May 2022 09:22:34 -0400
User-agent: Evolution 3.44.1 (by Flathub.org))

On Sun, 2022-05-22 at 10:53 +0530, nikhil jain wrote:
> 1) write some content in a file only if the forked process ID is same
> as the main make process ID (stored main process ID in the memory as
> make starts so that it will be available to all the forked process). 

I don't understand this.  Yes, make will fork a new process but then it
immediately does an exec, including when invoking a sub-make, so no
memory is shared between make processes.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]