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
This commit is contained in:
Bart Van Assche
2009-05-04 20:02:30 +00:00
parent 00aa42706f
commit 52d50a5ea7

View File

@@ -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/ $<; \