Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: linux-mod.eclass
Date: Wed, 03 Oct 2007 13:04:27
Message-Id: E1Id3l1-0005N0-38@stork.gentoo.org
1 phreak 07/10/03 12:55:19
2
3 Modified: linux-mod.eclass
4 Log:
5 Change to ${S} before starting the module build (see #192549 with thanks to Elias Probst <mail at eliasprobst.eu>).
6
7 Revision Changes Path
8 1.76 eclass/linux-mod.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.eclass?rev=1.76&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.eclass?rev=1.76&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.eclass?r1=1.75&r2=1.76
13
14 Index: linux-mod.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v
17 retrieving revision 1.75
18 retrieving revision 1.76
19 diff -u -r1.75 -r1.76
20 --- linux-mod.eclass 3 Oct 2007 12:53:10 -0000 1.75
21 +++ linux-mod.eclass 3 Oct 2007 12:55:18 -0000 1.76
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.75 2007/10/03 12:53:10 phreak Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.76 2007/10/03 12:55:18 phreak Exp $
27
28 # Description: This eclass is used to interface with linux-info in such a way
29 # to provide the functionality required and initial functions
30 @@ -491,6 +491,7 @@
31
32 BUILD_TARGETS=${BUILD_TARGETS:-clean module}
33 strip_modulenames;
34 + cd "${S}"
35 for i in ${MODULE_NAMES}
36 do
37 unset libdir srcdir objdir
38
39
40
41 --
42 gentoo-commits@g.o mailing list