lkml.org 
[lkml]   [2000]   [Mar]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] modutils can't find ide modules in pre-patch-2.3.52-1.
In pre-patch-2.3.52-1 the ide modules are placed in the directory
/lib/modules/2.3.52/ide/. The programs from modutils-2.3.9 can't find the
modules in this directory. This patch makes "make modules_install" place
the ide modules in /lib/modules/2.3.52/block/, where they used to be:

diff -u --recursive --new-file pre-patch-2.3.52-1/Makefile linux/Makefile
--- pre-patch-2.3.52-1/Makefile Mon Mar 13 09:56:07 2000
+++ linux/Makefile Mon Mar 13 09:59:59 2000
@@ -403,7 +403,7 @@
if [ -f IPV4_MODULES ]; then inst_mod IPV4_MODULES ipv4; fi; \
if [ -f IPV6_MODULES ]; then inst_mod IPV6_MODULES ipv6; fi; \
if [ -f ATM_MODULES ]; then inst_mod ATM_MODULES atm; fi; \
- if [ -f IDE_MODULES ]; then inst_mod IDE_MODULES ide; fi; \
+ if [ -f IDE_MODULES ]; then inst_mod IDE_MODULES block; fi; \
if [ -f SCSI_MODULES ]; then inst_mod SCSI_MODULES scsi; fi; \
if [ -f FS_MODULES ]; then inst_mod FS_MODULES fs; fi; \
if [ -f NLS_MODULES ]; then inst_mod NLS_MODULES fs; fi; \
--
Niels Kristian Bech Jensen -- nkbj@image.dk -- http://www.image.dk/~nkbj/

----------->> Stop software piracy --- use free software! <<-----------

-
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.044 / U:3.864 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site