commit: 7fbfcd1bbd5dd0d1d9d5bb7f0dcda9e6413d4e91
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=7fbfcd1b
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 efdf360..ef65793 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -129,9 +129,9 @@ completing. Ebuilds must not run any of these commands once
the current phase fu
\end{description}
\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