help-make
[Top][All Lists]
Advanced

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

Re: [PATCH] Implement "grouped targets" in ordinary rules.


From: Kaz Kylheku (gmake)
Subject: Re: [PATCH] Implement "grouped targets" in ordinary rules.
Date: Wed, 13 Mar 2019 14:32:09 -0700
User-agent: Roundcube Webmail/0.9.2

On 2019-03-13 12:50, Kaz Kylheku (gmake) wrote:
Funny you should say that because I had a bug like this in a
"first cut" at this, so I know exactly what you're talking about!

Aha; I found obsolete text in one of my comments which likely
inspired this suspicion:

  /* If the line starts with + followed by whitespace, then
     it specifies that the targets are understood to be updated/created
     together by a single invocation of the recipe. In this case,
     we record a single entry for the first target which follows the +,
     and install the remaining targets as the also_make list of deps
for that file, rather than iterating over the targets and replicating
     the rule for each one. */

All of that is incorrect.



reply via email to

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