|
From: Bart V. A. <bva...@ac...> - 2019-06-07 01:58:54
|
On 6/6/19 1:17 PM, Göran Bruns wrote: > PS: > https://sourceforge.net/p/scst/svn/HEAD/tree/trunk/iscsi-scst/Makefile#l174 > causes an make error. $(INFINIBAND_ENABLED) is a string not a bool value. That's weird. An earlier line in the same Makefile assigns either the string 'true' or the string 'false' to the INFINIBAND_ENABLED variable. Both are valid bash commands. Which error message does make display on your system? Which Linux distro do you use? Bart. |