Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: kernel-2.eclass
Date: Mon, 26 Apr 2010 06:46:31
Message-Id: 20100426064625.E7D6B2C04C@corvid.gentoo.org
1 robbat2 10/04/26 06:46:25
2
3 Modified: kernel-2.eclass
4 Log:
5 Add more variables to the debug output list when it does fire.
6
7 Revision Changes Path
8 1.227 eclass/kernel-2.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kernel-2.eclass?rev=1.227&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kernel-2.eclass?rev=1.227&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kernel-2.eclass?r1=1.226&r2=1.227
13
14 Index: kernel-2.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v
17 retrieving revision 1.226
18 retrieving revision 1.227
19 diff -p -w -b -B -u -u -r1.226 -r1.227
20 --- kernel-2.eclass 26 Apr 2010 06:44:38 -0000 1.226
21 +++ kernel-2.eclass 26 Apr 2010 06:46:25 -0000 1.227
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.226 2010/04/26 06:44:38 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.227 2010/04/26 06:46:25 robbat2 Exp $
27
28 # Description: kernel.eclass rewrite for a clean base regarding the 2.6
29 # series of kernel with back-compatibility for 2.4
30 @@ -96,6 +96,9 @@ debug-print-kernel2-variables() {
31 debug-print "OKV: ${OKV}"
32 debug-print "KV: ${KV}"
33 debug-print "KV_FULL: ${KV_FULL}"
34 + debug-print "KV_MAJOR: ${KV_MAJOR}"
35 + debug-print "KV_MINOR: ${KV_MINOR}"
36 + debug-print "KV_PATCH: ${KV_PATCH}"
37 debug-print "RELEASETYPE: ${RELEASETYPE}"
38 debug-print "RELEASE: ${RELEASE}"
39 debug-print "UNIPATCH_LIST_DEFAULT: ${UNIPATCH_LIST_DEFAULT} "