Re: [PATCH] modutils can't find ide modules in pre-patch-2.3.52-1.

From: Jens Axboe (axboe@suse.de)
Date: Mon Mar 13 2000 - 06:46:20 EST


On Mon, Mar 13 2000, Niels Kristian Bech Jensen wrote:
> 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; \

I don't think we want to do that. Instead fix modutils to include ide/
as well -- or use the [path] option in modules.conf until then.

-- 
*  Jens Axboe <axboe@suse.de>
*  Linux CD-ROM Maintainer
*  http://www.kernel.dk

- 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/



This archive was generated by hypermail 2b29 : Wed Mar 15 2000 - 21:00:24 EST