commit: b74fb2e29addcb19c39ff65618afdd9b9daa14ef
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 16 20:09:52 2015 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 16 20:09:52 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=b74fb2e2
Update list of phases for build commands.
For recent EAPIs, econf is typically run in src_configure which was
missing from the list.
---
pkg-mgr-commands.tex | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index bde471c..d6093e7 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -156,9 +156,9 @@ completing. Ebuilds must not run any of these commands once
the current phase fu
\end{centertable}
\subsubsection{Build commands}
-These commands are used during the \t{src\_compile} and \t{src\_install}
phases to run the
-package's build commands. Ebuilds must not run any of these commands once the
current phase function
-has returned.
+These commands are used during the \t{src\_configure}, \t{src\_compile}, and
\t{src\_install}
+phases to run the package's build commands. Ebuilds must not run any of these
commands once the
+current phase function has returned.
\begin{description}
\item[econf] Calls the program's \t{./configure} script. This is designed to
work with GNU