Gentoo Archives: gentoo-commits

From: "Daniel Drake (dsd)" <dsd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: linux-mod.eclass
Date: Sat, 01 Nov 2008 23:19:17
Message-Id: E1KwPkR-00053f-IA@stork.gentoo.org
1 dsd 08/11/01 23:19:15
2
3 Modified: linux-mod.eclass
4 Log:
5 documentation tweaks from Fabio Rossi
6
7 Revision Changes Path
8 1.91 eclass/linux-mod.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.eclass?rev=1.91&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.eclass?rev=1.91&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.eclass?r1=1.90&r2=1.91
13
14 Index: linux-mod.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v
17 retrieving revision 1.90
18 retrieving revision 1.91
19 diff -u -r1.90 -r1.91
20 --- linux-mod.eclass 1 Nov 2008 14:56:59 -0000 1.90
21 +++ linux-mod.eclass 1 Nov 2008 23:19:15 -0000 1.91
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2004 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.90 2008/11/01 14:56:59 gengor Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.91 2008/11/01 23:19:15 dsd Exp $
27
28 # Author(s): John Mylchreest <johnm@g.o>,
29 # Stefan Schweizer <genstef@g.o>
30 @@ -43,7 +43,6 @@
31 # @DESCRIPTION:
32 # It's a string containing the modules to be built automatically using the default
33 # src_compile/src_install. It will only make ${BUILD_TARGETS} once in any directory.
34 -
35 #
36 # The structure of each MODULE_NAMES entry is as follows:
37 #
38 @@ -52,9 +51,9 @@
39 # where:
40 #
41 # modulename = name of the module file excluding the .ko
42 -# libdir = place in system modules directory where module is installed:
43 -# srcdir = place for ebuild to cd to before running make
44 -# objdir = place the .ko and objects are located after make runs
45 +# libdir = place in system modules directory where module is installed (by default it's misc)
46 +# srcdir = place for ebuild to cd to before running make (by default it's ${S})
47 +# objdir = place the .ko and objects are located after make runs (by default it's set to srcdir)
48 #
49 # To get an idea of how these variables are used, here's a few lines
50 # of code from around line 540 in this eclass: