diff options
author | John Mylchreest <johnm@gentoo.org> | 2005-04-12 12:28:14 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2005-04-12 12:28:14 +0000 |
commit | f1723a8d95c30a339cbcbb0e1d825b285b265daa (patch) | |
tree | 2a711963363dc7810f1ecc09520e417bc3605356 /eclass/linux-info.eclass | |
parent | - version bump. added CPV/MYPV to every ebuild now due to k2 changes (diff) | |
download | historical-f1723a8d95c30a339cbcbb0e1d825b285b265daa.tar.gz historical-f1723a8d95c30a339cbcbb0e1d825b285b265daa.tar.bz2 historical-f1723a8d95c30a339cbcbb0e1d825b285b265daa.zip |
Fixing bug #87882, thanks to Petre Rodan for spotting and fixing this one.
Diffstat (limited to 'eclass/linux-info.eclass')
-rw-r--r-- | eclass/linux-info.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
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} |