Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-embedded/u-boot-tools: u-boot-tools-2015.01.ebuild ChangeLog
Date: Mon, 02 Mar 2015 10:04:49
Message-Id: 20150302100444.B045512DE5@oystercatcher.gentoo.org
1 hwoarang 15/03/02 10:04:44
2
3 Modified: u-boot-tools-2015.01.ebuild ChangeLog
4 Log:
5 unset a few KBUILD variables. Bug #540476
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 dev-embedded/u-boot-tools/u-boot-tools-2015.01.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2015.01.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2015.01.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2015.01.ebuild?r1=1.1&r2=1.2
15
16 Index: u-boot-tools-2015.01.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2015.01.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- u-boot-tools-2015.01.ebuild 11 Feb 2015 17:50:59 -0000 1.1
23 +++ u-boot-tools-2015.01.ebuild 2 Mar 2015 10:04:44 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2015.01.ebuild,v 1.1 2015/02/11 17:50:59 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2015.01.ebuild,v 1.2 2015/03/02 10:04:44 hwoarang Exp $
29
30 EAPI="5"
31
32 @@ -19,6 +19,8 @@
33 S=${WORKDIR}/${MY_P}
34
35 src_compile() {
36 + # Unset a few KBUILD variables. Bug #540476
37 + unset KBUILD_OUTPUT KBUILD_SRC
38 emake defconfig
39 emake \
40 HOSTSTRIP=: \
41
42
43
44 1.39 dev-embedded/u-boot-tools/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog?rev=1.39&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog?rev=1.39&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog?r1=1.38&r2=1.39
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog,v
53 retrieving revision 1.38
54 retrieving revision 1.39
55 diff -u -r1.38 -r1.39
56 --- ChangeLog 11 Feb 2015 17:50:59 -0000 1.38
57 +++ ChangeLog 2 Mar 2015 10:04:44 -0000 1.39
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-embedded/u-boot-tools
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog,v 1.38 2015/02/11 17:50:59 hwoarang Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog,v 1.39 2015/03/02 10:04:44 hwoarang Exp $
63 +
64 + 02 Mar 2015; Markos Chandras <hwoarang@g.o>
65 + u-boot-tools-2015.01.ebuild:
66 + unset a few KBUILD variables. Bug #540476
67
68 *u-boot-tools-2015.01 (11 Feb 2015)