From: Andreas F. <and...@gm...> - 2021-02-11 16:48:02
|
On Thu, Feb 11, 2021 at 3:25 PM Antonio Borneo <bor...@gm...> 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 |