diff --git a/fcst/Makefile b/fcst/Makefile index c82997771..b5bdab718 100644 --- a/fcst/Makefile +++ b/fcst/Makefile @@ -77,7 +77,6 @@ tgt: Modules.symvers Module.symvers install: all $(MAKE) -C $(KDIR) SUBDIRS=$(shell pwd) BUILD_INI=m \ SCST_INC_DIR=$(SCST_INC_DIR) modules_install - -depmod -a $(KVER) ins: ./config diff --git a/mpt/Makefile b/mpt/Makefile index 13fc36172..2c19fa9b8 100644 --- a/mpt/Makefile +++ b/mpt/Makefile @@ -60,7 +60,6 @@ tgt: Modules.symvers Module.symvers install: all $(MAKE) -C $(KDIR) SUBDIRS=$(shell pwd) BUILD_INI=m \ modules_install - -/sbin/depmod -a SCST_MOD_VERS := $(shell ls $(SCST_DIR)/Modules.symvers 2>/dev/null) ifneq ($(SCST_MOD_VERS),) diff --git a/mvsas_tgt/Makefile b/mvsas_tgt/Makefile index 35b8a878a..e6376d9b3 100644 --- a/mvsas_tgt/Makefile +++ b/mvsas_tgt/Makefile @@ -77,7 +77,6 @@ tgt: Modules.symvers Module.symvers install: all $(MAKE) -C $(KDIR) SUBDIRS=$(shell pwd) BUILD_INI=m \ modules_install - -depmod -a $(KVER) ins: ./config diff --git a/qla2x00t/Makefile b/qla2x00t/Makefile index 24e811095..0b9494b12 100644 --- a/qla2x00t/Makefile +++ b/qla2x00t/Makefile @@ -50,7 +50,6 @@ all: install: all $(MAKE) -C $(KDIR) SUBDIRS=$(shell pwd) BUILD_INI=m \ modules_install - -/sbin/depmod -aq $(KVER) uninstall: rm -f $(INSTALL_DIR)/qla2xxxt.ko diff --git a/qla2x00t/qla2x00-target/Makefile b/qla2x00t/qla2x00-target/Makefile index c2ec8a50d..2868cae24 100644 --- a/qla2x00t/qla2x00-target/Makefile +++ b/qla2x00t/qla2x00-target/Makefile @@ -93,7 +93,6 @@ ifneq ($(BUILD_2X_MODULE),) endif $(MAKE) -C $(KDIR) SUBDIRS=$(shell pwd) BUILD_INI=m \ SCST_INC_DIR=$(SCST_INC_DIR) modules_install - -/sbin/depmod -a $(KVER) uninstall: ifneq ($(BUILD_2X_MODULE),) diff --git a/scst/src/dev_handlers/Makefile b/scst/src/dev_handlers/Makefile index a460ce1a6..56f66e20b 100644 --- a/scst/src/dev_handlers/Makefile +++ b/scst/src/dev_handlers/Makefile @@ -57,7 +57,6 @@ all: install: all $(MAKE) -C $(KDIR) SUBDIRS=$(shell pwd) \ modules_install - -/sbin/depmod -a $(KVER) uninstall: rm -f $(INSTALL_DIR)/dev_handlers/scst_*.ko diff --git a/scst_local/Makefile b/scst_local/Makefile index 7d7e318e2..ab0495822 100644 --- a/scst_local/Makefile +++ b/scst_local/Makefile @@ -50,7 +50,6 @@ all: Modules.symvers Module.symvers install: all $(MAKE) -C $(KDIR) SUBDIRS=$(shell pwd) BUILD_INI=m \ SCST_INC_DIR=$(SCST_INC_DIR) modules_install - -/sbin/depmod -aq $(KVER) SCST_MOD_VERS := $(shell ls $(SCST_DIR)/Modules.symvers 2>/dev/null) ifneq ($(SCST_MOD_VERS),)