From deabae585dca8423047a5c45828dc4f5c17b5045 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Mon, 20 Jul 2009 10:32:34 +0000 Subject: Use emake -j1 for install, explicitly. Just to make use of -s in MAKEOPTS for instance. --- eclass/php5_2-sapi.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/php5_2-sapi.eclass b/eclass/php5_2-sapi.eclass index 2d9aa25b6123..fd7f9bba0364 100644 --- a/eclass/php5_2-sapi.eclass +++ b/eclass/php5_2-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.24 2009/06/21 23:09:02 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.25 2009/07/20 10:32:34 flameeyes Exp $ # ======================================================================== # Based on robbat2's work on the php4 sapi eclass @@ -644,7 +644,7 @@ php5_2-sapi_src_install() { addpredict /usr/share/snmp/mibs/.index # Install PHP - make INSTALL_ROOT="${D}" install-build install-headers install-programs || die "make install failed" + emake -j1 INSTALL_ROOT="${D}" install-build install-headers install-programs || die "make install failed" # Install missing header files if use unicode || phpconfutils_usecheck unicode ; then -- cgit v1.2.3-65-gdbad