iscsi-scst, srpt: Modify the message that reports which kernel headers are used

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9080 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2020-07-26 03:31:02 +00:00
parent 7cfc811542
commit 93c2711530
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ mods: include/iscsi_scst_itf_ver.h $(CONFTEST_OUTPUTS)
$(MAKE) -C $(KDIR) M=$(KMOD) PRE_CFLAGS="$(PRE_CFLAGS)" modules
echo "$@: INFINIBAND_ENABLED = $(INFINIBAND_ENABLED)"
if $(INFINIBAND_ENABLED); then \
echo " Building against $(OFED_FLAVOR) InfiniBand kernel headers."; \
echo " Building against $(OFED_FLAVOR) RDMA kernel headers."; \
$(MAKE) -C $(KDIR) M=$(ISERTMOD) PRE_CFLAGS="$(ISER_CFLAGS)" \
$(OFED_CONFIG) modules; \
fi
+1 -1
View File
@@ -139,7 +139,7 @@ check:
"installed."; \
false; \
else \
echo " Building against in-tree InfiniBand kernel headers."; \
echo " Building against in-tree RDMA kernel headers."; \
fi; \
fi