diff options
author | Jason Wever <weeve@gentoo.org> | 2005-10-23 15:25:48 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-10-23 15:25:48 +0000 |
commit | 0f5afd9345e9446d9071039406670f6602c58962 (patch) | |
tree | bf061a4539c8822950a18f111c62c5231e79720d /eclass | |
parent | Fixed the javadoc wrapper script. (diff) | |
download | historical-0f5afd9345e9446d9071039406670f6602c58962.tar.gz historical-0f5afd9345e9446d9071039406670f6602c58962.tar.bz2 historical-0f5afd9345e9446d9071039406670f6602c58962.zip |
Commented out check_vermagic with permission from johnm until a fixed version for arches with different userland and kernel compilers is available.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 8c9773a7b6b4..c7dcb2060556 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.54 2005/10/22 17:35:39 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.55 2005/10/23 15:25:48 weeve Exp $ # Description: This eclass is used to interface with linux-info in such a way # to provide the functionality required and initial functions @@ -463,7 +463,10 @@ linux-mod_pkg_setup() { check_kernel_built; check_modules_supported; set_kvobj; - check_vermagic; + # Commented out with permission from johnm until a fixed version for arches + # who intentionally use different kernel and userland compilers can be + # introduced - Jason Wever <weeve@gentoo.org>, 23 Oct 2005 + #check_vermagic; } linux-mod_src_compile() { |