Re: [E1000-devel] depmod parameter missing

2014-04-21 Thread Allan, Bruce W
> -Original Message- > From: Jeff Kirsher [mailto:jeffrey.t.kirs...@intel.com] > Sent: Friday, April 18, 2014 5:49 PM > To: Evgeni Gechev > Cc: e1000-de...@lists.sf.net > Subject: Re: [E1000-devel] depmod parameter missing > > On Sat, 2014-04-19 at 02:47 +0300, Evg

Re: [E1000-devel] depmod parameter missing

2014-04-18 Thread Jeff Kirsher
On Sat, 2014-04-19 at 02:47 +0300, Evgeni Gechev wrote: > Hi! > Preparing a kernel package with the separate driver from SF I just > spotted that "make install" invokes "/sbin/depmod -a || true" and it > updates dependencies of the current running kernel, not of the kernel > we > compile module f

[E1000-devel] depmod parameter missing

2014-04-18 Thread Evgeni Gechev
Hi! Preparing a kernel package with the separate driver from SF I just spotted that "make install" invokes "/sbin/depmod -a || true" and it updates dependencies of the current running kernel, not of the kernel we compile module for, so the command should be "/sbin/depmod -a $(KVER) || true" --