summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJohn Mylchreest <johnm@gentoo.org>2005-04-12 12:28:14 +0000
committerJohn Mylchreest <johnm@gentoo.org>2005-04-12 12:28:14 +0000
commit3119cac1400c61cb81197b0317a22c025223a3dc (patch)
treec99006bc6613434fc7912933a7d2df76f114a1ac /eclass
parent- version bump. added CPV/MYPV to every ebuild now due to k2 changes (diff)
downloadgentoo-2-3119cac1400c61cb81197b0317a22c025223a3dc.tar.gz
gentoo-2-3119cac1400c61cb81197b0317a22c025223a3dc.tar.bz2
gentoo-2-3119cac1400c61cb81197b0317a22c025223a3dc.zip
Fixing bug #87882, thanks to Petre Rodan for spotting and fixing this one.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kernel-2.eclass4
-rw-r--r--eclass/linux-info.eclass4
2 files changed, 4 insertions, 4 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 3c8a3c92170a..495e204a5ab0 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.118 2005/04/10 21:17:16 johnm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.119 2005/04/12 12:28:14 johnm Exp $
# Description: kernel.eclass rewrite for a clean base regarding the 2.6
# series of kernel with back-compatibility for 2.4
@@ -740,7 +740,7 @@ getfilevar() {
cd ${basedname}
echo -e "include ${basefname}\ne:\n\t@echo \$(${1})" | \
- make ${BUILD_FIXES} -f - e 2>/dev/null
+ make ${BUILD_FIXES} -s -f - e 2>/dev/null
cd ${workingdir}
ARCH=${xarch}
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass
index 8d9fcf1008dc..b205fe2155cf 100644
--- a/eclass/linux-info.eclass
+++ b/eclass/linux-info.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-info.eclass,v 1.23 2005/04/08 18:42:23 johnm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.24 2005/04/12 12:28:14 johnm Exp $
#
# Description: This eclass is used as a central eclass for accessing kernel
# related information for sources already installed.
@@ -118,7 +118,7 @@ local ERROR workingdir basefname basedname myARCH="${ARCH}"
cd ${basedname}
echo -e "include ${basefname}\ne:\n\t@echo \$(${1})" | \
- make ${BUILD_FIXES} -f - e 2>/dev/null
+ make ${BUILD_FIXES} -s -f - e 2>/dev/null
cd ${workingdir}
ARCH=${myARCH}