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: Fri, 31 Oct 2008 22:31:14
Message-Id: E1Kw2WL-0000IT-GJ@stork.gentoo.org
1 dsd 08/10/31 22:31:09
2
3 Modified: linux-mod.eclass
4 Log:
5 allow for relative srcdir directory, thanks to Alon Bar-Lev in bug #198642
6
7 Revision Changes Path
8 1.87 eclass/linux-mod.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.eclass?rev=1.87&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.eclass?rev=1.87&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.eclass?r1=1.86&r2=1.87
13
14 Index: linux-mod.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v
17 retrieving revision 1.86
18 retrieving revision 1.87
19 diff -u -r1.86 -r1.87
20 --- linux-mod.eclass 31 Oct 2008 22:24:55 -0000 1.86
21 +++ linux-mod.eclass 31 Oct 2008 22:31:09 -0000 1.87
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.86 2008/10/31 22:24:55 dsd Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.87 2008/10/31 22:31:09 dsd Exp $
27
28 # Author(s): John Mylchreest <johnm@g.o>,
29 # Stefan Schweizer <genstef@g.o>
30 @@ -648,8 +648,8 @@
31 ${BUILD_PARAMS} \
32 ${BUILD_TARGETS} " \
33 || die "Unable to emake HOSTCC="$(tc-getBUILD_CC)" CROSS_COMPILE=${CHOST}- LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}"
34 - touch ${srcdir}/.built
35 cd ${OLDPWD}
36 + touch ${srcdir}/.built
37 fi
38 done