From 52d50a5ea7f0475c602224b2e28db278941a236a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 4 May 2009 20:02:30 +0000 Subject: [PATCH] Removed one OFED installation test because on some distro's it triggers false complaints. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@822 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/srpt/Makefile b/srpt/Makefile index 9e8ec1d6b..1f1c93dd9 100644 --- a/srpt/Makefile +++ b/srpt/Makefile @@ -65,11 +65,6 @@ src/Module.symvers src/Modules.symvers: $(SCST_DIR)/$(MODULE_SYMVERS) echo "Error: OFED has been built with srpt=y in ofed.conf."; \ echo "Rebuild OFED with srpt=n."; \ false; \ - elif ! grep -wq '^c_flags .*EXTRA_PRE_CFLAGS' \ - $(KDIR)/scripts/Makefile.lib; then \ - echo "Error: $(KDIR)/scripts/Makefile.lib has not yet" \ - "been patched."; \ - false; \ else \ ( \ grep -v drivers/infiniband/ $<; \