[PATCH] README, kernel 2.6.0-test11

From: Mark Tranchant
Date: Thu Nov 27 2003 - 09:39:18 EST


A trivial but long-standing fix which I submitted a couple of days ago. Here it is in proper lkml-approved form:

-----------------------------

--- README.orig 2003-11-27 14:30:29.000000000 +0000
+++ README 2003-11-27 14:30:48.000000000 +0000
@@ -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.


-----------------------------

--
Mark Tranchant.
mark@xxxxxxxxxxxxxxxxxx


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