Displaying 1 result from an estimated 1 matches for "0ce3a0ec".
2020 Sep 09
2
[PATCH] klcc: Remove the need for bash
Hey Greg,
On 08-09-2020 22:07, Thorsten Glaser wrote:
> Greg Thelen dixit:
>
>> This doesn't work with older versions of make. ?make 4.2.1 seems common
>> now and does not support $(shell command).
>>
>> $ cat Makefile
>> $(info take1: $(shell command -v ls))
>> $(info take2: $(shell bash -c 'type -p ls'))
>>
>> all:
>>