From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Jcf9n-0000vz-Op for garchives@archives.gentoo.org; Fri, 21 Mar 2008 11:11:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09278E0805; Fri, 21 Mar 2008 11:11:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D3A1CE0805 for ; Fri, 21 Mar 2008 11:11:29 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 6727566F20 for ; Fri, 21 Mar 2008 11:11:29 +0000 (UTC) Received: from dsd by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1Jcf9k-00015p-24 for gentoo-commits@lists.gentoo.org; Fri, 21 Mar 2008 11:11:28 +0000 From: "Daniel Drake (dsd)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dsd@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: linux-info.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: linux-info.eclass X-VCS-Directories: eclass X-VCS-Committer: dsd X-VCS-Committer-Name: Daniel Drake Content-Type: text/plain; charset=utf8 Message-Id: Sender: Daniel Drake Date: Fri, 21 Mar 2008 11:11:28 +0000 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: e060ea69-3a7d-434b-a9af-6fc63c9e0239 X-Archives-Hash: 8e4cc632d5263727933291ac5ceeec5d dsd 08/03/21 11:11:28 Modified: linux-info.eclass Log: move get_version call to more sensible place, thanks to Jakub Moc and S= ok Ann Yap in bug #213978 Revision Changes Path 1.55 eclass/linux-info.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-info.= eclass?rev=3D1.55&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-info.= eclass?rev=3D1.55&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-info.= eclass?r1=3D1.54&r2=3D1.55 Index: linux-info.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/linux-info.eclass,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- linux-info.eclass 23 Jan 2008 20:58:08 -0000 1.54 +++ linux-info.eclass 21 Mar 2008 11:11:27 -0000 1.55 @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.54 2008/= 01/23 20:58:08 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.55 2008/= 03/21 11:11:27 dsd Exp $ # # Description: This eclass is used as a central eclass for accessing ker= nel # related information for sources already installed. @@ -404,6 +404,9 @@ local config negate die error reworkmodulenames local soft_errors_count=3D0 hard_errors_count=3D0 config_required=3D0 =20 + # if we haven't determined the version yet, we need to + get_version + # Determine if we really need a .config. The only time when we don't ne= ed # one is when all of the CONFIG_CHECK options are prefixed with "~". for config in ${CONFIG_CHECK} @@ -425,9 +428,6 @@ require_configured_kernel fi =20 - # if we haven't determined the version yet, we need too. - get_version - einfo "Checking for suitable kernel configuration options..." =09 for config in ${CONFIG_CHECK} --=20 gentoo-commits@lists.gentoo.org mailing list