diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-06 03:49:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-06 03:49:02 +0000 |
commit | 471bcfb230982bc8e54d16e27ff7c29ca24ec963 (patch) | |
tree | f515f704d2405dc6cc998fb036ec2ee3d120eaa9 /eclass/toolchain.eclass | |
parent | Import telepathy-sofiasip from the voip overlay (diff) | |
download | gentoo-2-471bcfb230982bc8e54d16e27ff7c29ca24ec963.tar.gz gentoo-2-471bcfb230982bc8e54d16e27ff7c29ca24ec963.tar.bz2 gentoo-2-471bcfb230982bc8e54d16e27ff7c29ca24ec963.zip |
use emake in src_test
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index ba26b3b87ee2..5d991e2c7767 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.376 2009/01/05 22:02:12 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.377 2009/01/06 03:49:02 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> @@ -1655,7 +1655,7 @@ gcc_src_compile() { gcc_src_test() { cd "${WORKDIR}"/build - make -k check || ewarn "check failed and that sucks :(" + emake -j1 -k check || ewarn "check failed and that sucks :(" } gcc-library_src_install() { |