On Thu, 2025-06-19 at 20:59 +, WaitronCharm via Bug reports and
discussion for GNU make wrote:
> Yes, thank you. It looks like with the 1st execution not only
> included files are re-made and a 2nd execution started but also
> (still in the 1st execution) other targets (targets which are not
>
(Sigh, I sent two messages off-list because of bad gmail UX. Forwarding to
the list…)
-- Forwarded message --
From: *Philip Guenther*
Date: Thursday, June 19, 2025
Subject: Re-executing..., when and when not?
To: WaitronCharm
On Thu, Jun 19, 2025 at 11:13 AM WaitronCharm via Bu
-- Forwarded message --
From: *Philip Guenther*
Date: Thursday, June 19, 2025
Subject: Re-executing..., when and when not?
To: WaitronCharm
On Thu, Jun 19, 2025 at 2:31 PM WaitronCharm wrote:
>
> Thank you. Yes exactly that happens: 't4' is re-made in the 1st execution
based on
Thank you, I got valuable feedback: The 't2' prerequisite of 't4' considers
differently the timing internals of the 'make' execution and re-executions.
Practically 'make' refers to prerequisites in case of include file remakes in
regards to pre and post update differently than I thought. Could i