lkml.org 
[lkml]   [2000]   [Jul]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: Strange module install for usb. 2.4.0test3
Date

kaos@ocs.com.au said:
> On Mon, 10 Jul 2000 22:20:47 -0400,
> "Michael H. Warfield" <mhw@wittsend.com> wrote:
> > Hadn't noticed this in previous kernels. It's purely cosmetic,
> >but peculiar none the less... Note - three usb lines:
> >
> >[root@alcove linux]# make modules_install
> >Installing modules under /lib/modules/2.4.0-test3/block
> >Installing modules under /lib/modules/2.4.0-test3/net
> >Installing modules under /lib/modules/2.4.0-test3/ipv4
> >Installing modules under /lib/modules/2.4.0-test3/fs
> >Installing modules under /lib/modules/2.4.0-test3/sound
> >Installing modules under /lib/modules/2.4.0-test3/usb
> >Installing modules under /lib/modules/2.4.0-test3/usb
> >Installing modules under /lib/modules/2.4.0-test3/usb
> >Installing modules under /lib/modules/2.4.0-test3/misc
>
>
> From Makefile
>
> if [ -f USB_MODULES ]; then inst_mod USB_MODULES usb; fi; \
> if [ -f USB_STORAGE_MODULES ]; then inst_mod USB_STORAGE_MODULES usb; fi; \
> if [ -f USB_SERIAL_MODULES ]; then inst_mod USB_SERIAL_MODULES usb; fi; \
>
> All perfectly normal, 3 sources of usb modules, all installed into one
> directory.

Normal in this context, that is. The problem is that the USB_STORAGE_MODULES
and USB_SERIAL_MODULES lists are generated from different directories, and we
are still using recursive make (spit) so can't easily have them add to the
main USB_MODULES list.


--
dwmw2



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:57    [W:0.043 / U:0.128 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site