Why intcmp does not work?

2023-02-18 Thread sleight_raid_0t
Dear Sir/Madam, The intcmp function does not seem to work on GNU Make 4.3 (built for x86_64-redhat-linux-gnu). it always results in the empty string. For example, $(intcmp 6,7,hello,world) evaluates to the empty string, which is contrary to the expected result as per the documentation. Is this

Re: Why intcmp does not work?

2023-02-18 Thread Paul Smith
On Sat, 2023-02-18 at 22:07 +, sleight_raid...@icloud.com wrote: > The intcmp function does not seem to work on GNU Make 4.3 (built for > x86_64-redhat-linux-gnu). it always results in the empty string. For > example, $(intcmp 6,7,hello,world) evaluates to the empty string, > which is contrary