[Prism54-devel] [TRIVIAL PATCH] Add depmod to Makefile

Pavel Roskin proski@gnu.org
Sat, 15 May 2004 22:42:53 -0400 (EDT)


  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.
  Send mail to mime@docserver.cac.washington.edu for more info.

--Boundary_(ID_S32hp7i+IBh7u7p4F2MPQA)
Content-type: TEXT/PLAIN; charset=US-ASCII
Content-transfer-encoding: 7BIT

Hello!

"make install" should run "depmod" after the modules are installed.  The
"-ae" flags are used to print unresolved symbols, which are useful in bug
reports.

-- 
Regards,
Pavel Roskin

--Boundary_(ID_S32hp7i+IBh7u7p4F2MPQA)
Content-id: <Pine.LNX.4.58.0405152242530.2088@portland.hansa.lan>
Content-type: TEXT/plain; charset=US-ASCII; name=depmod.diff
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=depmod.diff
Content-description:

--- Makefile
+++ Makefile
@@ -35,6 +35,7 @@
 modules-install:
 	install -d $(KMISC)
 	install -m 644 -c ksrc/prism54.$(KEXT) $(KMISC)
+	/sbin/depmod -ae
 	#install -d /usr/lib/hotplug/firmware
 	#install -c isl3877 /usr/lib/hotplug/firmware
 	#install -c isl3890 /usr/lib/hotplug/firmware

--Boundary_(ID_S32hp7i+IBh7u7p4F2MPQA)--