Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] [PATCH] Update list of phases for build commands.
Date: Mon, 16 Feb 2015 20:06:37
Message-Id: 21730.19913.98374.374032@a1i15.kph.uni-mainz.de
1 For recent EAPIs, econf is typically run in src_configure which was
2 missing from the list.
3 ---
4 pkg-mgr-commands.tex | 6 +++---
5 1 file changed, 3 insertions(+), 3 deletions(-)
6
7 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
8 index bde471c..d6093e7 100644
9 --- a/pkg-mgr-commands.tex
10 +++ b/pkg-mgr-commands.tex
11 @@ -156,9 +156,9 @@ completing. Ebuilds must not run any of these commands once the current phase fu
12 \end{centertable}
13
14 \subsubsection{Build commands}
15 -These commands are used during the \t{src\_compile} and \t{src\_install} phases to run the
16 -package's build commands. Ebuilds must not run any of these commands once the current phase function
17 -has returned.
18 +These commands are used during the \t{src\_configure}, \t{src\_compile}, and \t{src\_install}
19 +phases to run the package's build commands. Ebuilds must not run any of these commands once the
20 +current phase function has returned.
21
22 \begin{description}
23 \item[econf] Calls the program's \t{./configure} script. This is designed to work with GNU
24 --
25 2.3.0

Replies