Clarified an error message.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@836 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-05-10 18:25:08 +00:00
parent 63bc07871d
commit 7340819a3f
+2 -1
View File
@@ -59,7 +59,8 @@ src/Module.symvers src/Modules.symvers: $(SCST_DIR)/$(MODULE_SYMVERS)
"installed."; \
false; \
elif [ -e /lib/modules/$(KVER)/kernel/drivers/infiniband ]; then \
echo "Error: OFED has not been installed correctly."; \
echo "Error: the distro-provided InfiniBand kernel drivers" \
"must be removed first."; \
false; \
elif $(OFED_SRPT_INSTALLED); then \
echo "Error: OFED has been built with srpt=y in ofed.conf."; \