From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1STTGh-0003DS-Nj for garchives@archives.gentoo.org; Sun, 13 May 2012 07:31:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7234E086E; Sun, 13 May 2012 07:30:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AC397E086E for ; Sun, 13 May 2012 07:30:56 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E5C71B4034 for ; Sun, 13 May 2012 07:30:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DAEF1E542F for ; Sun, 13 May 2012 07:30:54 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1336752048.38ed6197b08bb6214ce170bf8cb03c9c3495c8ca.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-functions.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 38ed6197b08bb6214ce170bf8cb03c9c3495c8ca X-VCS-Branch: master Date: Sun, 13 May 2012 07:30:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f5756075-7ebe-4880-b347-42a460fdb006 X-Archives-Hash: 1c5f33a1eabb91b73c6e7191c64ccd97 commit: 38ed6197b08bb6214ce170bf8cb03c9c3495c8ca Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Fri May 11 15:55:19 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Fri May 11 16:00:48 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms.git;a=3Dc= ommit;h=3D38ed6197 src_test really calls emake -j1, not make. --- ebuild-functions.tex | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ebuild-functions.tex b/ebuild-functions.tex index 51d9263..fe32004 100644 --- a/ebuild-functions.tex +++ b/ebuild-functions.tex @@ -255,9 +255,9 @@ provided. =20 The initial working directory must be \t{S} if that exists, falling back= to \t{WORKDIR} otherwise. The default implementation used when the ebuild lacks the \t{src\_test} = function must, if tests are -enabled, run \t{make check} if and only if such a target is available, o= r if not run \t{make test}, -if and only such a target is available. In both cases, if make returns n= on-zero the build must be -aborted. +enabled, run \t{emake -j1 check} if and only if such a target is availab= le, or if not run +\t{emake -j1 test} if and only if such a target is available. In both ca= ses, if \t{emake} returns +non-zero the build must be aborted. =20 The \t{src\_test} function may be disabled by \t{RESTRICT}. See section~= \ref{sec:restrict}. It may be disabled by user too, using a PM-specific mechanism.