Dear Make
do you know whether the third prerequisite list here
https://prnt.sc/_l1Jg2gkV4v_ expands to "foo.1 bar.1 foo.2 bar.2 foo.1
foo.1 bar.1 foo.1 bar.1" https://pastebin.com/DFr9Athi ?
Shailan
On Wed, 2023-02-15 at 05:10 +, Shailan Patel wrote:
> do you know whether the third prerequisite list here
> https://prnt.sc/_l1Jg2gkV4v_ expands to "foo.1 bar.1 foo.2 bar.2
> foo.1 foo.1 bar.1 foo.1 bar.1" https://pastebin.com/DFr9Athi ?
Hi;
Please choose just one mailing list to ask on sin
On Tue, 2023-02-14 at 01:04 +0100, Bruno Haible wrote:
> And possibly also on GNU/Hurd. Cf.
> https://lists.gnu.org/archive/html/bug-make/2023-01/msg00107.html
I may be misremembering but I thought that you had tried forcing the
pipe jobserver option on GNU/Hurd and it didn't help.
Paul Smith wrote:
> > And possibly also on GNU/Hurd. Cf.
> > https://lists.gnu.org/archive/html/bug-make/2023-01/msg00107.html
>
> I may be misremembering but I thought that you had tried forcing the
> pipe jobserver option on GNU/Hurd and it didn't help.
This must be a misunderstanding. I never
On 2/15/2023 1:34 PM, Bruno Haible wrote:
Paul Smith wrote:
And possibly also on GNU/Hurd. Cf.
https://lists.gnu.org/archive/html/bug-make/2023-01/msg00107.html
I may be misremembering but I thought that you had tried forcing the
pipe jobserver option on GNU/Hurd and it didn't help.
This mus
Please reply to the list, not privately, then everyone can help and/or
see the answer.
On Wed, 2023-02-15 at 18:19 +, Shailan Patel wrote:
> Hello im referring to this
> chapter https://www.gnu.org/software/make/manual/make.html#Secondary-
> Expansion
>
> and im referring to this example he
Hello im referring to this chapter
https://www.gnu.org/software/make/manual/make.html#Secondary-Expansion
and im referring to this example here:
The following example will help illustrate these behaviors:
.SECONDEXPANSION:
foo: foo.1 bar.1 $$< $$^ $$+# line #1
foo: foo.2 bar.2 $$< $$^ $$+