diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-11-01 23:19:15 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-11-01 23:19:15 +0000 |
commit | 7e430a2548d9b7eea2365c7c3d1498c463e2d40c (patch) | |
tree | 1d5ecac12c562fc20e4da5fe421796d62cc7fed9 /eclass/linux-mod.eclass | |
parent | Fixed metadata.xml by removing hanno now that he is on the desktop-effects he... (diff) | |
download | gentoo-2-7e430a2548d9b7eea2365c7c3d1498c463e2d40c.tar.gz gentoo-2-7e430a2548d9b7eea2365c7c3d1498c463e2d40c.tar.bz2 gentoo-2-7e430a2548d9b7eea2365c7c3d1498c463e2d40c.zip |
documentation tweaks from Fabio Rossi
Diffstat (limited to 'eclass/linux-mod.eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 2e6152389f03..d875c47a7e87 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.90 2008/11/01 14:56:59 gengor Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.91 2008/11/01 23:19:15 dsd Exp $ # Author(s): John Mylchreest <johnm@gentoo.org>, # Stefan Schweizer <genstef@gentoo.org> @@ -43,7 +43,6 @@ # @DESCRIPTION: # It's a string containing the modules to be built automatically using the default # src_compile/src_install. It will only make ${BUILD_TARGETS} once in any directory. - # # The structure of each MODULE_NAMES entry is as follows: # @@ -52,9 +51,9 @@ # where: # # modulename = name of the module file excluding the .ko -# libdir = place in system modules directory where module is installed: -# srcdir = place for ebuild to cd to before running make -# objdir = place the .ko and objects are located after make runs +# libdir = place in system modules directory where module is installed (by default it's misc) +# srcdir = place for ebuild to cd to before running make (by default it's ${S}) +# objdir = place the .ko and objects are located after make runs (by default it's set to srcdir) # # To get an idea of how these variables are used, here's a few lines # of code from around line 540 in this eclass: |