From 7340819a3f1a3218801e1688d783ca3644a0718a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 10 May 2009 18:25:08 +0000 Subject: [PATCH] Clarified an error message. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@836 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srpt/Makefile b/srpt/Makefile index 460afa4f9..ac125c83d 100644 --- a/srpt/Makefile +++ b/srpt/Makefile @@ -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."; \