Re: install_modules (or) modules_install? (main README in 2.6.0stable source)

From: YOSHIFUJI Hideaki / 吉藤英明
Date: Fri Dec 19 2003 - 23:50:54 EST


In article <200312191838.55569.rogerhc@xxxxxxxxxxx> (at Fri, 19 Dec 2003 18:38:55 -0800), Roger Chrisman <rogerhc@xxxxxxxxxxx> says:

> Am I correct that
> install_modules
> should be
> module_install
> ?

Of course not; it should be modules_install :-)
~

===== README 1.12 vs edited =====
--- 1.12/README Sun Oct 5 15:50:49 2003
+++ edited/README Sat Dec 20 13:38:43 2003
@@ -119,7 +119,7 @@
cd /usr/src/linux-2.6.N
make O=/home/name/build/kernel menuconfig
make O=/home/name/build/kernel
- sudo make O=/home/name/build/kernel install_modules install
+ sudo make O=/home/name/build/kernel modules_install install

Please note: If the 'O=output/dir' option is used then it must be
used for all invocations of make.

--
Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@xxxxxxxxxxxxxx>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF 80D8 4807 F894 E062 0EEA
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/