added -e option to depmod, to promote more useful error reports on 'make install'
authorFrank Mori Hess <fmhess@speakeasy.net>
Sun, 12 May 2002 00:32:16 +0000 (00:32 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Sun, 12 May 2002 00:32:16 +0000 (00:32 +0000)
Makefile.modbuild

index 2b7936b2834b73fb01b8d013382ff3a35b666934..07c9246c2e888b6a9a7b75b2b30140005204e2ff 100644 (file)
@@ -71,7 +71,7 @@ config:       dummy
 modules_install:       $(patsubst %, _modinst_%, $(SUBDIRS))
 ifeq ($(INSTALL_MOD_PATH),)
 ifeq ($(KERNELRELEASE),$(shell uname -r))
-       /sbin/depmod -a
+       /sbin/depmod -ae
 endif
 endif