summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-02-16 21:09:52 +0100
committerUlrich Müller <ulm@gentoo.org>2015-02-16 21:09:52 +0100
commit7fbfcd1bbd5dd0d1d9d5bb7f0dcda9e6413d4e91 (patch)
treee3719a3d368f65e125a36ccdfdd8da7d7561dfb9
parentFix strings matching configure --help output. (diff)
downloadpms-7fbfcd1bbd5dd0d1d9d5bb7f0dcda9e6413d4e91.tar.gz
pms-7fbfcd1bbd5dd0d1d9d5bb7f0dcda9e6413d4e91.tar.bz2
pms-7fbfcd1bbd5dd0d1d9d5bb7f0dcda9e6413d4e91.zip
Update list of phases for build commands.
For recent EAPIs, econf is typically run in src_configure which was missing from the list.
-rw-r--r--pkg-mgr-commands.tex6
1 files 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