mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-21 06:36:27 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user