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 | 4a7f73175bd57c96dab47c32a56225a0e8ed9dd7 (patch) | |
tree | d859fa191fc2ed51f9048e4ff3f6ebc51dec282e /eclass/kernel-2.eclass | |
parent | While working on the libre-sources bug, I noticed that some of the kernel sou... (diff) | |
download | gentoo-2-4a7f73175bd57c96dab47c32a56225a0e8ed9dd7.tar.gz gentoo-2-4a7f73175bd57c96dab47c32a56225a0e8ed9dd7.tar.bz2 gentoo-2-4a7f73175bd57c96dab47c32a56225a0e8ed9dd7.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} " |