On 28 May 2015 at 17:48, Ian Lance Taylor wrote:
> On Thu, May 28, 2015 at 1:57 AM, Bernhard Reutner-Fischer
> wrote:
>>
>> +stamp-pic-ofiles: $(CFILES:%=$(srcdir)/%)
>
> To the best of my knowledge, in POSIX make variable substitutions of
> this form do not recognize % specially. In POSIX make
On Thu, May 28, 2015 at 1:57 AM, Bernhard Reutner-Fischer
wrote:
>
> +stamp-pic-ofiles: $(CFILES:%=$(srcdir)/%)
To the best of my knowledge, in POSIX make variable substitutions of
this form do not recognize % specially. In POSIX make this kind of
substitution can only be used to change the file
* configure.ac (TARGETLIB_PIC, TARGETLIB_NOASAN): New variables.
* configure: Regenerate.
* maint-tool: Refactor pic/ and noasan/ handling.
* Makefile.in: Likewise. Regenerate dependencies.
---
The below does the same but attempts to be limited to what POSIX
require