From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1O6I5O-0007zm-Ia for garchives@archives.gentoo.org; Mon, 26 Apr 2010 06:46:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BCB8E0782; Mon, 26 Apr 2010 06:46:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 40CB7E0782 for ; Mon, 26 Apr 2010 06:46:27 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D98E21B4006 for ; Mon, 26 Apr 2010 06:46:26 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 544) id E7D6B2C04C; Mon, 26 Apr 2010 06:46:25 +0000 (UTC) From: "Robin H. Johnson (robbat2)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, robbat2@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: kernel-2.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: kernel-2.eclass X-VCS-Directories: eclass X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson Content-Type: text/plain; charset=utf8 Message-Id: <20100426064625.E7D6B2C04C@corvid.gentoo.org> Date: Mon, 26 Apr 2010 06:46:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 290c8bb9-1a57-48e5-af30-5724b085e956 X-Archives-Hash: 7bff3492389632e15d5ecb1acbc9b1b9 robbat2 10/04/26 06:46:25 Modified: kernel-2.eclass Log: Add more variables to the debug output list when it does fire. Revision Changes Path 1.227 eclass/kernel-2.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kernel-2.ec= lass?rev=3D1.227&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kernel-2.ec= lass?rev=3D1.227&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kernel-2.ec= lass?r1=3D1.226&r2=3D1.227 Index: kernel-2.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v retrieving revision 1.226 retrieving revision 1.227 diff -p -w -b -B -u -u -r1.226 -r1.227 --- kernel-2.eclass 26 Apr 2010 06:44:38 -0000 1.226 +++ kernel-2.eclass 26 Apr 2010 06:46:25 -0000 1.227 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.226 2010/0= 4/26 06:44:38 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.227 2010/0= 4/26 06:46:25 robbat2 Exp $ =20 # Description: kernel.eclass rewrite for a clean base regarding the 2.6 # series of kernel with back-compatibility for 2.4 @@ -96,6 +96,9 @@ debug-print-kernel2-variables() { debug-print "OKV: ${OKV}" debug-print "KV: ${KV}" debug-print "KV_FULL: ${KV_FULL}" + debug-print "KV_MAJOR: ${KV_MAJOR}" + debug-print "KV_MINOR: ${KV_MINOR}" + debug-print "KV_PATCH: ${KV_PATCH}" debug-print "RELEASETYPE: ${RELEASETYPE}" debug-print "RELEASE: ${RELEASE}" debug-print "UNIPATCH_LIST_DEFAULT: ${UNIPATCH_LIST_DEFAULT} "