summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2006-12-07 18:52:55 +0000
committerDaniel Drake <dsd@gentoo.org>2006-12-07 18:52:55 +0000
commit83f2c1bf9a9403a850bb6455a2ba2fea4598fbed (patch)
tree095d32a5710231208d64c71827eed40e06e29f43 /eclass
parentRemoved single quoting from the KBUILD value to fix bug #156319. (diff)
downloadgentoo-2-83f2c1bf9a9403a850bb6455a2ba2fea4598fbed.tar.gz
gentoo-2-83f2c1bf9a9403a850bb6455a2ba2fea4598fbed.tar.bz2
gentoo-2-83f2c1bf9a9403a850bb6455a2ba2fea4598fbed.zip
set object output dir when checking kernel version
Diffstat (limited to 'eclass')
-rw-r--r--eclass/linux-info.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass
index d59fe2213a43..b48d310fa477 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.49 2006/12/05 18:16:09 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.50 2006/12/07 18:52:55 dsd Exp $
#
# Description: This eclass is used as a central eclass for accessing kernel
# related information for sources already installed.
@@ -120,7 +120,7 @@ local ERROR workingdir basefname basedname myARCH="${ARCH}"
cd "${basedname}"
echo -e "e:\\n\\t@echo \$(${1})\\ninclude ${basefname}" | \
- make ${BUILD_FIXES} -s -f - 2>/dev/null
+ make M="${S}" ${BUILD_FIXES} -s -f - 2>/dev/null
cd "${workingdir}"
ARCH=${myARCH}