From 2c39a50f6f4c332bfc99c791f7dc514b039c0686 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Sun, 12 May 2002 00:32:16 +0000 Subject: [PATCH] added -e option to depmod, to promote more useful error reports on 'make install' --- Makefile.modbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.modbuild b/Makefile.modbuild index 2b7936b2..07c9246c 100644 --- a/Makefile.modbuild +++ b/Makefile.modbuild @@ -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 -- 2.26.2