lkml.org 
[lkml]   [2003]   [Jan]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: [RFC] Documentation/modules.txt
Date
>>>>> "SR" == Sam Ravnborg <sam@ravnborg.org> writes:

SR> Anyway, your first step is to compile the kernel, as explained in the
SR> file linux/README. It generally goes like:

SR> - make config
SR> - make dep
SR> + make *config <= usually menuconfig or xconfig
SR> make clean
SR> make zImage or make zlilo

If that is the case, this message after "make config" must go:

*** End of Linux kernel configuration.
*** Check the top-level Makefile for additional configuration.
*** Next, you must run 'make dep'.

Here is a patch.

diff -u 2.4.20/scripts/Configure 2.4.20/scripts/Configure
--- 2.4.20/scripts/Configure 2001-07-02 13:56:40.000000000 -0700
+++ 2.4.20/scripts/Configure 2003-01-04 06:12:18.000000000 -0800
@@ -575,10 +575,7 @@
echo
echo "*** End of Linux kernel configuration."
echo "*** Check the top-level Makefile for additional configuration."
-if [ ! -f .hdepend -o "$CONFIG_MODVERSIONS" = "y" ] ; then
- echo "*** Next, you must run 'make dep'."
-else
- echo "*** Next, you may run 'make bzImage', 'make bzdisk', or 'make install'."
+echo "*** Next, you may run 'make bzImage', 'make bzdisk', or 'make install'."
fi
echo

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:32    [W:0.036 / U:0.456 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site