bug-make
[Top][All Lists]
Advanced

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

Re: [bug #62706] Restrict second expansion to targets which are being bu


From: Dmitry Goncharov
Subject: Re: [bug #62706] Restrict second expansion to targets which are being built.
Date: Tue, 5 Jul 2022 14:23:55 -0400

On Tue, Jul 5, 2022 at 12:34 PM Edward Welbourne <edward.welbourne@qt.io> wrote:
> was thinking of the fact that, if you'd started with
>
> all: $$(info 2nd expansion for all) hello.tsk bye.tsk; echo built both
>
> then its info would appear first, although its rule would be run last.

That's correct. $$(info 2nd expansion for all) is secondary expanded
before the prerequisites of hello.tsk and bye.tsk are secondary
expanded.

> I suppose that's unchanged by this patch, though,

Not changed.
This conversation made me realize that the description in the ticker
is not adequate. i'm going to update it. Thanks.

regards, Dmitry



reply via email to

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