On Thu, Feb 11, 2021 at 3:25 PM Antonio Borneo <borneo.anto...@gmail.com>
wrote:

> Hi Jan,
> thanks for reporting it.
>
> Openocd commit 4fc0f353 uses the shell assignment '!=' that has been
> introduced in GNU make in commit
>
> https://github.com/mirror/make/commit/b34438bee83ee906a23b881f257e684a0993b9b1
>
>
The commit mentions that != is just a compatibility alias for the
pre-existing $(shell ...) command, which is what I have always used, didn't
know about !=.

Is 'shell' a GNU Make only feature that would still have generated a
warning from automake, like the previous 'wildcard'? Otherwise it's the
obvious solution here.

/Andreas
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to