Re: [RFC] Documentation/modules.txt

From: junkio@cox.net
Date: Sat Jan 04 2003 - 09:15:40 EST


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



This archive was generated by hypermail 2b29 : Tue Jan 07 2003 - 22:00:25 EST