diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-04-26 06:46:25 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-04-26 06:46:25 +0000 |
commit | 8a0da46e26f937339959962f7b860c92b7622dac (patch) | |
tree | 146215df163b4d9723a3cd2bf24f434c0d994bc9 /eclass/kernel-2.eclass | |
parent | While working on the libre-sources bug, I noticed that some of the kernel sou... (diff) | |
download | historical-8a0da46e26f937339959962f7b860c92b7622dac.tar.gz historical-8a0da46e26f937339959962f7b860c92b7622dac.tar.bz2 historical-8a0da46e26f937339959962f7b860c92b7622dac.zip |
Add more variables to the debug output list when it does fire.
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 895e279ee0ac..73472cc6d524 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -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/04/26 06:44:38 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.227 2010/04/26 06:46:25 robbat2 Exp $ # 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} " |