summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJohn Mylchreest <johnm@gentoo.org>2006-03-03 22:11:28 +0000
committerJohn Mylchreest <johnm@gentoo.org>2006-03-03 22:11:28 +0000
commita80038e81a4e1d5ef3b1c31706d34020401ad754 (patch)
tree301c278cf60dae7016eb001272bbe8d91aa8503c /eclass
parentFixes bug #118630, thanks Carlo (diff)
downloadhistorical-a80038e81a4e1d5ef3b1c31706d34020401ad754.tar.gz
historical-a80038e81a4e1d5ef3b1c31706d34020401ad754.tar.bz2
historical-a80038e81a4e1d5ef3b1c31706d34020401ad754.zip
Fixes bug #120357, Thanks Andreas
Diffstat (limited to 'eclass')
-rw-r--r--eclass/linux-info.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass
index cc5533125449..8f61f736c975 100644
--- a/eclass/linux-info.eclass
+++ b/eclass/linux-info.eclass
@@ -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.41 2006/03/03 22:03:35 johnm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.42 2006/03/03 22:11:28 johnm Exp $
#
# Description: This eclass is used as a central eclass for accessing kernel
# related information for sources already installed.
@@ -119,8 +119,8 @@ local ERROR workingdir basefname basedname myARCH="${ARCH}"
unset ARCH
cd "${basedname}"
- echo -e "include ${basefname}\ne:\n\t@echo \$(${1})" | \
- make ${BUILD_FIXES} -s -f - e 2>/dev/null
+ echo -e "e:\\n\\t@echo \$(${1})\\ninclude ${basefname}" | \
+ make ${BUILD_FIXES} -s -f - 2>/dev/null
cd "${workingdir}"
ARCH=${myARCH}