Gentoo Archives: gentoo-pms

From: "Michał Górny" <mgorny@g.o>
To: gentoo-pms@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-pms] [PATCH 3/6] Account for 'Build commands' being run in src_test
Date: Tue, 01 May 2018 11:24:13
Message-Id: 20180501112401.7606-4-mgorny@gentoo.org
In Reply to: [gentoo-pms] [PATCH 0/6] Ebuild-specific commands clarification & cleanup by "Michał Górny"
1 ---
2 pkg-mgr-commands.tex | 6 +++---
3 1 file changed, 3 insertions(+), 3 deletions(-)
4
5 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
6 index 4299624..fa4ad02 100644
7 --- a/pkg-mgr-commands.tex
8 +++ b/pkg-mgr-commands.tex
9 @@ -284,9 +284,9 @@ Ebuilds must not run any of these commands once the current phase function has r
10 \end{centertable}
11
12 \subsection{Build commands}
13 -These commands are used during the \t{src_configure}, \t{src_compile}, and \t{src_install}
14 -phases to run the package's build commands. Ebuilds must not run any of these commands once the
15 -current phase function has returned.
16 +These commands are used during the \t{src_configure}, \t{src_compile}, \t{src_test},
17 +and \t{src_install} phases to run the package's build commands. Ebuilds must not run any of these
18 +commands once the current phase function has returned.
19
20 \begin{description}
21 \item[econf] Calls the program's \t{./configure} script. This is designed to work with GNU
22 --
23 2.17.0