mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-24 08:54:16 +00:00
Makefiles: remove redundant 'depmod' invocations
Running 'make modules_install' already triggers invocation of depmod, hence leave it out from those Makefiles that use 'make modules_install'. Signed-off-by: Steven J. Magnani <steve@digidescorp.com> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5283 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user