[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #56732] VPATH doesn't work with pattern rules
From: |
JZB |
Subject: |
Re: [bug #56732] VPATH doesn't work with pattern rules |
Date: |
Sat, 10 Aug 2019 08:48:54 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
On 8/10/19 8:16 AM, anonymous wrote:
> Follow-up Comment #3, bug #56732 (project make):
>
> OK, this is a special case I didn't remembered. The wording in the manual
> doesn't touch implicit rules, so one can assume it should work for them too.
>
> I don't know how much application of rules differs between normal and implicit
> ones, so I can't help beyond this point.
>
The Make manual also shows that the implementation of library search
rules as discussed here is itself a pattern rule, so it wouldn't
surprise me if a pattern rule within a pattern rule is unsupported.